Html Css Color HEX #96CB9A Chinook

📋 copy color: '#96CB9A'

red 150 ◦ green 203 ◦ blue 154

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

Shades of Chinook #96CB9A

Tints of Chinook #96CB9A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 30.37%

R = 29.59%
G = 40.04%
B = 30.37%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.24

 K value IS 0.20

RGB Variations

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

Color information

#96CB9A (or 0x96CB9A) is known color: Chinook. HEX triplet: 96, CB and 9A. RGB value is (150,203,154). Sum of RGB (Red+Green+Blue) = 150+203+154=507 (67% of max value = 765). Red value is 150 (58.98% from 255 or 29.59% from 507); Green value is 203 (79.69% from 255 or 40.04% from 507); Blue value is 154 (60.55% from 255 or 30.37% from 507); Max value from RGB is 203 - color contains mainly: green. Hex color #96CB9A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #96CB9A is #693465. Grayscale: #B5B5B5. Windows color (decimal): -6894694 or 10144662. OLE color: 10144662.

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

Color convert

RGB 150 203 154 -
CMYK 0.26 0 0.24 0.20
HSL 124.53º 0.34% 0.69% -
HSV(B) 124.53º 0.26% 0.8% -
XYZ 39.77 51.53 38.42 -
YUV 181.57 112.44 105.48 -
System Red Green Blue C M Y K H S L
Decimal 150 203 154 0.26 0 0.24 0.20 124.53 0.34 0.69
Hex 96 CB 9A 1A 0 18 14 7D 22 45
Octal 226 313 232 32 0 30 24 175 42 105
Binary 10010110 11001011 10011010 11010 0 11000 10100 1111101 100010 1000101

Color Harmonies of #96CB9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96CB9A

Black with #96CB9A

Text Example


Text Example

White with #96CB9A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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