Html Css Color HEX #96CB9F Chinook

📋 copy color: '#96CB9F'

red 150 ◦ green 203 ◦ blue 159

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

Shades of Chinook #96CB9F

Tints of Chinook #96CB9F

RGB

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

 GREEN value IS 203 (79.69% from 255) = 39.65%

 BLUE value IS 159 (62.5% from 255) = 31.05%

R = 29.3%
G = 39.65%
B = 31.05%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.22

 K value IS 0.20

RGB Variations

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

Color information

#96CB9F (or 0x96CB9F) is known color: Chinook. HEX triplet: 96, CB and 9F. RGB value is (150,203,159). Sum of RGB (Red+Green+Blue) = 150+203+159=512 (67% of max value = 765). Red value is 150 (58.98% from 255 or 29.30% from 512); Green value is 203 (79.69% from 255 or 39.65% from 512); Blue value is 159 (62.5% from 255 or 31.05% from 512); Max value from RGB is 203 - color contains mainly: green. Hex color #96CB9F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #96CB9F is #693460. Grayscale: #B6B6B6. Windows color (decimal): -6894689 or 10472342. OLE color: 10472342.

HSL color Cylindrical-coordinate representation of color #96CB9F: hue angle of 130.19º degrees, saturation: 0.34, 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 #96CB9F is Cyan = 0.26, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.20.

Color convert

RGB 150 203 159 -
CMYK 0.26 0 0.22 0.20
HSL 130.19º 0.34% 0.69% -
HSV(B) 130.19º 0.26% 0.8% -
XYZ 40.19 51.7 40.66 -
YUV 182.14 114.94 105.08 -
System Red Green Blue C M Y K H S L
Decimal 150 203 159 0.26 0 0.22 0.20 130.19 0.34 0.69
Hex 96 CB 9F 1A 0 16 14 82 22 45
Octal 226 313 237 32 0 26 24 202 42 105
Binary 10010110 11001011 10011111 11010 0 10110 10100 10000010 100010 1000101

Color Harmonies of #96CB9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96CB9F

Black with #96CB9F

Text Example


Text Example

White with #96CB9F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,203,159); }

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

background-color css

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

 a { background-color: rgb(150,203,159); }

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

border-color css

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

 span { border-color: rgb(150,203,159); }

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