Html Css Color HEX #96CBA2 Chinook

📋 copy color: '#96CBA2'

red 150 ◦ green 203 ◦ blue 162

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

Shades of Chinook #96CBA2

Tints of Chinook #96CBA2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 31.46%

R = 29.13%
G = 39.42%
B = 31.46%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.20

 K value IS 0.20

RGB Variations

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

Color information

#96CBA2 (or 0x96CBA2) is known color: Chinook. HEX triplet: 96, CB and A2. RGB value is (150,203,162). Sum of RGB (Red+Green+Blue) = 150+203+162=515 (68% of max value = 765). Red value is 150 (58.98% from 255 or 29.13% from 515); Green value is 203 (79.69% from 255 or 39.42% from 515); Blue value is 162 (63.67% from 255 or 31.46% from 515); Max value from RGB is 203 - color contains mainly: green. Hex color #96CBA2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #96CBA2 is #69345D. Grayscale: #B6B6B6. Windows color (decimal): -6894686 or 10668950. OLE color: 10668950.

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

Color convert

RGB 150 203 162 -
CMYK 0.26 0 0.20 0.20
HSL 133.58º 0.34% 0.69% -
HSV(B) 133.58º 0.26% 0.8% -
XYZ 40.46 51.8 42.05 -
YUV 182.48 116.44 104.83 -
System Red Green Blue C M Y K H S L
Decimal 150 203 162 0.26 0 0.20 0.20 133.58 0.34 0.69
Hex 96 CB A2 1A 0 14 14 86 22 45
Octal 226 313 242 32 0 24 24 206 42 105
Binary 10010110 11001011 10100010 11010 0 10100 10100 10000110 100010 1000101

Color Harmonies of #96CBA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96CBA2

Black with #96CBA2

Text Example


Text Example

White with #96CBA2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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