Html Css Color HEX #96CF9C Chinook

📋 copy color: '#96CF9C'

red 150 ◦ green 207 ◦ blue 156

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

Shades of Chinook #96CF9C

Tints of Chinook #96CF9C

RGB

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

 GREEN value IS 207 (81.25% from 255) = 40.35%

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

R = 29.24%
G = 40.35%
B = 30.41%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.25

 K value IS 0.19

RGB Variations

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

Color information

#96CF9C (or 0x96CF9C) is known color: Chinook. HEX triplet: 96, CF and 9C. RGB value is (150,207,156). Sum of RGB (Red+Green+Blue) = 150+207+156=513 (67% of max value = 765). Red value is 150 (58.98% from 255 or 29.24% from 513); Green value is 207 (81.25% from 255 or 40.35% from 513); Blue value is 156 (61.33% from 255 or 30.41% from 513); Max value from RGB is 207 - color contains mainly: green. Hex color #96CF9C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #96CF9C is #693063. Grayscale: #B8B8B8. Windows color (decimal): -6893668 or 10276758. OLE color: 10276758.

HSL color Cylindrical-coordinate representation of color #96CF9C: hue angle of 126.32º degrees, saturation: 0.37, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #96CF9C is Cyan = 0.28, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.19.

Color convert

RGB 150 207 156 -
CMYK 0.28 0 0.25 0.19
HSL 126.32º 0.37% 0.7% -
HSV(B) 126.32º 0.28% 0.81% -
XYZ 40.89 53.51 39.63 -
YUV 184.14 112.12 103.65 -
System Red Green Blue C M Y K H S L
Decimal 150 207 156 0.28 0 0.25 0.19 126.32 0.37 0.7
Hex 96 CF 9C 1C 0 19 13 7E 25 46
Octal 226 317 234 34 0 31 23 176 45 106
Binary 10010110 11001111 10011100 11100 0 11001 10011 1111110 100101 1000110

Color Harmonies of #96CF9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96CF9C

Black with #96CF9C

Text Example


Text Example

White with #96CF9C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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