Html Css Color HEX #96CBA7 Chinook

📋 copy color: '#96CBA7'

red 150 ◦ green 203 ◦ blue 167

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

Shades of Chinook #96CBA7

Tints of Chinook #96CBA7

RGB

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

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

 BLUE value IS 167 (65.63% from 255) = 32.12%

R = 28.85%
G = 39.04%
B = 32.12%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.18

 K value IS 0.20

RGB Variations

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

Color information

#96CBA7 (or 0x96CBA7) is known color: Chinook. HEX triplet: 96, CB and A7. RGB value is (150,203,167). Sum of RGB (Red+Green+Blue) = 150+203+167=520 (68% of max value = 765). Red value is 150 (58.98% from 255 or 28.85% from 520); Green value is 203 (79.69% from 255 or 39.04% from 520); Blue value is 167 (65.62% from 255 or 32.12% from 520); Max value from RGB is 203 - color contains mainly: green. Hex color #96CBA7 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #96CBA7 is #693458. Grayscale: #B7B7B7. Windows color (decimal): -6894681 or 10996630. OLE color: 10996630.

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

Color convert

RGB 150 203 167 -
CMYK 0.26 0 0.18 0.20
HSL 139.25º 0.34% 0.69% -
HSV(B) 139.25º 0.26% 0.8% -
XYZ 40.91 51.99 44.44 -
YUV 183.05 118.94 104.43 -
System Red Green Blue C M Y K H S L
Decimal 150 203 167 0.26 0 0.18 0.20 139.25 0.34 0.69
Hex 96 CB A7 1A 0 12 14 8B 22 45
Octal 226 313 247 32 0 22 24 213 42 105
Binary 10010110 11001011 10100111 11010 0 10010 10100 10001011 100010 1000101

Color Harmonies of #96CBA7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96CBA7

Black with #96CBA7

Text Example


Text Example

White with #96CBA7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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