Html Css Color HEX #96A18C Delta

📋 copy color: '#96A18C'

red 150 ◦ green 161 ◦ blue 140

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

Shades of Delta #96A18C

Tints of Delta #96A18C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 31.04%

R = 33.26%
G = 35.7%
B = 31.04%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.13

 K value IS 0.37

RGB Variations

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

Color information

#96A18C (or 0x96A18C) is known color: Delta. HEX triplet: 96, A1 and 8C. RGB value is (150,161,140). Sum of RGB (Red+Green+Blue) = 150+161+140=451 (59% of max value = 765). Red value is 150 (58.98% from 255 or 33.26% from 451); Green value is 161 (63.28% from 255 or 35.70% from 451); Blue value is 140 (55.08% from 255 or 31.04% from 451); Max value from RGB is 161 - color contains mainly: green. Hex color #96A18C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #96A18C is #695E73. Grayscale: #9B9B9B. Windows color (decimal): -6905460 or 9216406. OLE color: 9216406.

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

Color convert

RGB 150 161 140 -
CMYK 0.07 0 0.13 0.37
HSL 91.43º 0.1% 0.59% -
HSV(B) 91.43º 0.13% 0.63% -
XYZ 30.06 33.87 29.76 -
YUV 155.32 119.36 124.21 -
System Red Green Blue C M Y K H S L
Decimal 150 161 140 0.07 0 0.13 0.37 91.43 0.1 0.59
Hex 96 A1 8C 7 0 D 25 5B A 3B
Octal 226 241 214 7 0 15 45 133 12 73
Binary 10010110 10100001 10001100 111 0 1101 100101 1011011 1010 111011

Color Harmonies of #96A18C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96A18C

Black with #96A18C

Text Example


Text Example

White with #96A18C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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