Html Css Color HEX #96A18E Delta

📋 copy color: '#96A18E'

red 150 ◦ green 161 ◦ blue 142

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

Shades of Delta #96A18E

Tints of Delta #96A18E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 31.35%

R = 33.11%
G = 35.54%
B = 31.35%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.12

 K value IS 0.37

RGB Variations

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

Color information

#96A18E (or 0x96A18E) is known color: Delta. HEX triplet: 96, A1 and 8E. RGB value is (150,161,142). Sum of RGB (Red+Green+Blue) = 150+161+142=453 (60% of max value = 765). Red value is 150 (58.98% from 255 or 33.11% from 453); Green value is 161 (63.28% from 255 or 35.54% from 453); Blue value is 142 (55.86% from 255 or 31.35% from 453); Max value from RGB is 161 - color contains mainly: green. Hex color #96A18E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #96A18E is #695E71. Grayscale: #9B9B9B. Windows color (decimal): -6905458 or 9347478. OLE color: 9347478.

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

Color convert

RGB 150 161 142 -
CMYK 0.07 0 0.12 0.37
HSL 94.74º 0.09% 0.59% -
HSV(B) 94.74º 0.12% 0.63% -
XYZ 30.21 33.93 30.55 -
YUV 155.55 120.36 124.04 -
System Red Green Blue C M Y K H S L
Decimal 150 161 142 0.07 0 0.12 0.37 94.74 0.09 0.59
Hex 96 A1 8E 7 0 C 25 5F 9 3B
Octal 226 241 216 7 0 14 45 137 11 73
Binary 10010110 10100001 10001110 111 0 1100 100101 1011111 1001 111011

Color Harmonies of #96A18E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96A18E

Black with #96A18E

Text Example


Text Example

White with #96A18E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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