Html Css Color HEX #96A28C Delta

📋 copy color: '#96A28C'

red 150 ◦ green 162 ◦ blue 140

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

Shades of Delta #96A28C

Tints of Delta #96A28C

RGB

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

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

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

R = 33.19%
G = 35.84%
B = 30.97%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.14

 K value IS 0.36

RGB Variations

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

Color information

#96A28C (or 0x96A28C) is known color: Delta. HEX triplet: 96, A2 and 8C. RGB value is (150,162,140). Sum of RGB (Red+Green+Blue) = 150+162+140=452 (59% of max value = 765). Red value is 150 (58.98% from 255 or 33.19% from 452); Green value is 162 (63.67% from 255 or 35.84% from 452); Blue value is 140 (55.08% from 255 or 30.97% from 452); Max value from RGB is 162 - color contains mainly: green. Hex color #96A28C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #96A28C is #695D73. Grayscale: #9B9B9B. Windows color (decimal): -6905204 or 9216662. OLE color: 9216662.

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

Color convert

RGB 150 162 140 -
CMYK 0.07 0 0.14 0.36
HSL 92.73º 0.11% 0.59% -
HSV(B) 92.73º 0.14% 0.64% -
XYZ 30.23 34.22 29.82 -
YUV 155.9 119.02 123.79 -
System Red Green Blue C M Y K H S L
Decimal 150 162 140 0.07 0 0.14 0.36 92.73 0.11 0.59
Hex 96 A2 8C 7 0 E 24 5D B 3B
Octal 226 242 214 7 0 16 44 135 13 73
Binary 10010110 10100010 10001100 111 0 1110 100100 1011101 1011 111011

Color Harmonies of #96A28C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96A28C

Black with #96A28C

Text Example


Text Example

White with #96A28C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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