Html Css Color HEX #96CCA4 Chinook

📋 copy color: '#96CCA4'

red 150 ◦ green 204 ◦ blue 164

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

Shades of Chinook #96CCA4

Tints of Chinook #96CCA4

RGB

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

 GREEN value IS 204 (80.08% from 255) = 39.38%

 BLUE value IS 164 (64.45% from 255) = 31.66%

R = 28.96%
G = 39.38%
B = 31.66%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.20

 K value IS 0.2

RGB Variations

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

Color information

#96CCA4 (or 0x96CCA4) is known color: Chinook. HEX triplet: 96, CC and A4. RGB value is (150,204,164). Sum of RGB (Red+Green+Blue) = 150+204+164=518 (68% of max value = 765). Red value is 150 (58.98% from 255 or 28.96% from 518); Green value is 204 (80.08% from 255 or 39.38% from 518); Blue value is 164 (64.45% from 255 or 31.66% from 518); Max value from RGB is 204 - color contains mainly: green. Hex color #96CCA4 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #96CCA4 is #69335B. Grayscale: #B7B7B7. Windows color (decimal): -6894428 or 10800278. OLE color: 10800278.

HSL color Cylindrical-coordinate representation of color #96CCA4: hue angle of 135.56º degrees, saturation: 0.35, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #96CCA4 is Cyan = 0.26, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.2.

Color convert

RGB 150 204 164 -
CMYK 0.26 0 0.20 0.2
HSL 135.56º 0.35% 0.69% -
HSV(B) 135.56º 0.26% 0.8% -
XYZ 40.87 52.35 43.07 -
YUV 183.29 117.11 104.25 -
System Red Green Blue C M Y K H S L
Decimal 150 204 164 0.26 0 0.20 0.2 135.56 0.35 0.69
Hex 96 CC A4 1A 0 14 14 88 23 45
Octal 226 314 244 32 0 24 24 210 43 105
Binary 10010110 11001100 10100100 11010 0 10100 10100 10001000 100011 1000101

Color Harmonies of #96CCA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96CCA4

Black with #96CCA4

Text Example


Text Example

White with #96CCA4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,204,164); }

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

background-color css

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

 a { background-color: rgb(150,204,164); }

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

border-color css

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

 span { border-color: rgb(150,204,164); }

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