Html Css Color HEX #96A18A Delta

📋 copy color: '#96A18A'

red 150 ◦ green 161 ◦ blue 138

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

Shades of Delta #96A18A

Tints of Delta #96A18A

RGB

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

 GREEN value IS 161 (63.28% from 255) = 35.86%

 BLUE value IS 138 (54.3% from 255) = 30.73%

R = 33.41%
G = 35.86%
B = 30.73%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.14

 K value IS 0.37

RGB Variations

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

Color information

#96A18A (or 0x96A18A) is known color: Delta. HEX triplet: 96, A1 and 8A. RGB value is (150,161,138). Sum of RGB (Red+Green+Blue) = 150+161+138=449 (59% of max value = 765). Red value is 150 (58.98% from 255 or 33.41% from 449); Green value is 161 (63.28% from 255 or 35.86% from 449); Blue value is 138 (54.30% from 255 or 30.73% from 449); Max value from RGB is 161 - color contains mainly: green. Hex color #96A18A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #96A18A is #695E75. Grayscale: #9B9B9B. Windows color (decimal): -6905462 or 9085334. OLE color: 9085334.

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

Color convert

RGB 150 161 138 -
CMYK 0.07 0 0.14 0.37
HSL 88.7º 0.11% 0.59% -
HSV(B) 88.7º 0.14% 0.63% -
XYZ 29.91 33.81 28.99 -
YUV 155.09 118.36 124.37 -
System Red Green Blue C M Y K H S L
Decimal 150 161 138 0.07 0 0.14 0.37 88.7 0.11 0.59
Hex 96 A1 8A 7 0 E 25 59 B 3B
Octal 226 241 212 7 0 16 45 131 13 73
Binary 10010110 10100001 10001010 111 0 1110 100101 1011001 1011 111011

Color Harmonies of #96A18A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96A18A

Black with #96A18A

Text Example


Text Example

White with #96A18A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,161,138); }

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

background-color css

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

 a { background-color: rgb(150,161,138); }

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

border-color css

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

 span { border-color: rgb(150,161,138); }

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