Html Css Color HEX #96A289 Delta

📋 copy color: '#96A289'

red 150 ◦ green 162 ◦ blue 137

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

Shades of Delta #96A289

Tints of Delta #96A289

RGB

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

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

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

R = 33.41%
G = 36.08%
B = 30.51%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.15

 K value IS 0.36

RGB Variations

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

Color information

#96A289 (or 0x96A289) is known color: Delta. HEX triplet: 96, A2 and 89. RGB value is (150,162,137). Sum of RGB (Red+Green+Blue) = 150+162+137=449 (59% of max value = 765). Red value is 150 (58.98% from 255 or 33.41% from 449); Green value is 162 (63.67% from 255 or 36.08% from 449); Blue value is 137 (53.91% from 255 or 30.51% from 449); Max value from RGB is 162 - color contains mainly: green. Hex color #96A289 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #96A289 is #695D76. Grayscale: #9B9B9B. Windows color (decimal): -6905207 or 9020054. OLE color: 9020054.

HSL color Cylindrical-coordinate representation of color #96A289: hue angle of 88.8º degrees, saturation: 0.12, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #96A289 is Cyan = 0.07, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.36.

Color convert

RGB 150 162 137 -
CMYK 0.07 0 0.15 0.36
HSL 88.8º 0.12% 0.59% -
HSV(B) 88.8º 0.15% 0.64% -
XYZ 30.01 34.13 28.67 -
YUV 155.56 117.52 124.03 -
System Red Green Blue C M Y K H S L
Decimal 150 162 137 0.07 0 0.15 0.36 88.8 0.12 0.59
Hex 96 A2 89 7 0 F 24 59 C 3B
Octal 226 242 211 7 0 17 44 131 14 73
Binary 10010110 10100010 10001001 111 0 1111 100100 1011001 1100 111011

Color Harmonies of #96A289

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96A289

Black with #96A289

Text Example


Text Example

White with #96A289

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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