Html Css Color HEX #96CC9C Chinook

📋 copy color: '#96CC9C'

red 150 ◦ green 204 ◦ blue 156

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

Shades of Chinook #96CC9C

Tints of Chinook #96CC9C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 30.59%

R = 29.41%
G = 40%
B = 30.59%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.24

 K value IS 0.2

RGB Variations

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

Color information

#96CC9C (or 0x96CC9C) is known color: Chinook. HEX triplet: 96, CC and 9C. RGB value is (150,204,156). Sum of RGB (Red+Green+Blue) = 150+204+156=510 (67% of max value = 765). Red value is 150 (58.98% from 255 or 29.41% from 510); Green value is 204 (80.08% from 255 or 40% from 510); Blue value is 156 (61.33% from 255 or 30.59% from 510); Max value from RGB is 204 - color contains mainly: green. Hex color #96CC9C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #96CC9C is #693363. Grayscale: #B6B6B6. Windows color (decimal): -6894436 or 10275990. OLE color: 10275990.

HSL color Cylindrical-coordinate representation of color #96CC9C: hue angle of 126.67º 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 #96CC9C is Cyan = 0.26, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.2.

Color convert

RGB 150 204 156 -
CMYK 0.26 0 0.24 0.2
HSL 126.67º 0.35% 0.69% -
HSV(B) 126.67º 0.26% 0.8% -
XYZ 40.17 52.07 39.39 -
YUV 182.38 113.11 104.9 -
System Red Green Blue C M Y K H S L
Decimal 150 204 156 0.26 0 0.24 0.2 126.67 0.35 0.69
Hex 96 CC 9C 1A 0 18 14 7F 23 45
Octal 226 314 234 32 0 30 24 177 43 105
Binary 10010110 11001100 10011100 11010 0 11000 10100 1111111 100011 1000101

Color Harmonies of #96CC9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96CC9C

Black with #96CC9C

Text Example


Text Example

White with #96CC9C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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