Html Css Color HEX #96CF9B Chinook

📋 copy color: '#96CF9B'

red 150 ◦ green 207 ◦ blue 155

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

Shades of Chinook #96CF9B

Tints of Chinook #96CF9B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 30.27%

R = 29.3%
G = 40.43%
B = 30.27%

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

#96CF9B (or 0x96CF9B) is known color: Chinook. HEX triplet: 96, CF and 9B. RGB value is (150,207,155). Sum of RGB (Red+Green+Blue) = 150+207+155=512 (67% of max value = 765). Red value is 150 (58.98% from 255 or 29.30% from 512); Green value is 207 (81.25% from 255 or 40.43% from 512); Blue value is 155 (60.94% from 255 or 30.27% from 512); Max value from RGB is 207 - color contains mainly: green. Hex color #96CF9B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #96CF9B is #693064. Grayscale: #B8B8B8. Windows color (decimal): -6893669 or 10211222. OLE color: 10211222.

HSL color Cylindrical-coordinate representation of color #96CF9B: hue angle of 125.26º 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 #96CF9B is Cyan = 0.28, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.19.

Color convert

RGB 150 207 155 -
CMYK 0.28 0 0.25 0.19
HSL 125.26º 0.37% 0.7% -
HSV(B) 125.26º 0.28% 0.81% -
XYZ 40.81 53.48 39.18 -
YUV 184.03 111.62 103.73 -
System Red Green Blue C M Y K H S L
Decimal 150 207 155 0.28 0 0.25 0.19 125.26 0.37 0.7
Hex 96 CF 9B 1C 0 19 13 7D 25 46
Octal 226 317 233 34 0 31 23 175 45 106
Binary 10010110 11001111 10011011 11100 0 11001 10011 1111101 100101 1000110

Color Harmonies of #96CF9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96CF9B

Black with #96CF9B

Text Example


Text Example

White with #96CF9B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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