Html Css Color HEX #96A089 Delta

📋 copy color: '#96A089'

red 150 ◦ green 160 ◦ blue 137

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

Shades of Delta #96A089

Tints of Delta #96A089

RGB

 RED value IS 150 (58.98% from 255) = 33.56%

 GREEN value IS 160 (62.89% from 255) = 35.79%

 BLUE value IS 137 (53.91% from 255) = 30.65%

R = 33.56%
G = 35.79%
B = 30.65%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.14

 K value IS 0.37

RGB Variations

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

Color information

#96A089 (or 0x96A089) is known color: Delta. HEX triplet: 96, A0 and 89. RGB value is (150,160,137). Sum of RGB (Red+Green+Blue) = 150+160+137=447 (59% of max value = 765). Red value is 150 (58.98% from 255 or 33.56% from 447); Green value is 160 (62.89% from 255 or 35.79% from 447); Blue value is 137 (53.91% from 255 or 30.65% from 447); Max value from RGB is 160 - color contains mainly: green. Hex color #96A089 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #96A089 is #695F76. Grayscale: #9A9A9A. Windows color (decimal): -6905719 or 9019542. OLE color: 9019542.

HSL color Cylindrical-coordinate representation of color #96A089: hue angle of 86.09º degrees, saturation: 0.11, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #96A089 is Cyan = 0.06, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.37.

Color convert

RGB 150 160 137 -
CMYK 0.06 0 0.14 0.37
HSL 86.09º 0.11% 0.58% -
HSV(B) 86.09º 0.14% 0.63% -
XYZ 29.66 33.43 28.56 -
YUV 154.39 118.19 124.87 -
System Red Green Blue C M Y K H S L
Decimal 150 160 137 0.06 0 0.14 0.37 86.09 0.11 0.58
Hex 96 A0 89 6 0 E 25 56 B 3A
Octal 226 240 211 6 0 16 45 126 13 72
Binary 10010110 10100000 10001001 110 0 1110 100101 1010110 1011 111010

Color Harmonies of #96A089

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96A089

Black with #96A089

Text Example


Text Example

White with #96A089

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #96A089; }

 p { color: rgb(150,160,137); }

 H1.HeaderClassName
 {
   color: #96A089;
 }
 .AnyTagClassName
 {
   color: #96A089;
 }
</style>

background-color css

<style>
 a { background-color: #96A089; }

 a { background-color: rgb(150,160,137); }

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

border-color css

<style>
 span { border-color: #96A089; }

 span { border-color: rgb(150,160,137); }

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