Html Css Color HEX #9BA296 Delta

📋 copy color: '#9BA296'

red 155 ◦ green 162 ◦ blue 150

#9BA296
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Delta #9BA296

Tints of Delta #9BA296

RGB

 RED value IS 155 (60.94% from 255) = 33.19%

 GREEN value IS 162 (63.67% from 255) = 34.69%

 BLUE value IS 150 (58.98% from 255) = 32.12%

R = 33.19%
G = 34.69%
B = 32.12%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.07

 K value IS 0.36

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#9BA296 (or 0x9BA296) is known color: Delta. HEX triplet: 9B, A2 and 96. RGB value is (155,162,150). Sum of RGB (Red+Green+Blue) = 155+162+150=467 (61% of max value = 765). Red value is 155 (60.94% from 255 or 33.19% from 467); Green value is 162 (63.67% from 255 or 34.69% from 467); Blue value is 150 (58.98% from 255 or 32.12% from 467); Max value from RGB is 162 - color contains mainly: green. Hex color #9BA296 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9BA296 is #645D69. Grayscale: #9E9E9E. Windows color (decimal): -6577514 or 9872027. OLE color: 9872027.

HSL color Cylindrical-coordinate representation of color #9BA296: hue angle of 95º degrees, saturation: 0.06, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #9BA296 is Cyan = 0.04, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.36.

Color convert

RGB 155 162 150 -
CMYK 0.04 0 0.07 0.36
HSL 95º 0.06% 0.61% -
HSV(B) 95º 0.07% 0.64% -
XYZ 31.94 35.01 33.93 -
YUV 158.54 123.18 125.48 -
System Red Green Blue C M Y K H S L
Decimal 155 162 150 0.04 0 0.07 0.36 95 0.06 0.61
Hex 9B A2 96 4 0 7 24 5F 6 3D
Octal 233 242 226 4 0 7 44 137 6 75
Binary 10011011 10100010 10010110 100 0 111 100100 1011111 110 111101

Color Harmonies of #9BA296

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BA296

Black with #9BA296

Text Example


Text Example

White with #9BA296

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9BA296; }

 p { color: rgb(155,162,150); }

 H1.HeaderClassName
 {
   color: #9BA296;
 }
 .AnyTagClassName
 {
   color: #9BA296;
 }
</style>

background-color css

<style>
 a { background-color: #9BA296; }

 a { background-color: rgb(155,162,150); }

 div.DivClassName
 {
   background-color: #9BA296;
 }
 .BgClassName
 {
   background-color: #9BA296;
 }
</style>

border-color css

<style>
 span { border-color: #9BA296; }

 span { border-color: rgb(155,162,150); }

 td.TdClassName
 {
   border-color: #9BA296;
 }
 .TagClassName
 {
   border-color: #9BA296;
 }
</style>