Html Css Color HEX #96CE9B Chinook

📋 copy color: '#96CE9B'

red 150 ◦ green 206 ◦ blue 155

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

Shades of Chinook #96CE9B

Tints of Chinook #96CE9B

RGB

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

 GREEN value IS 206 (80.86% from 255) = 40.31%

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

R = 29.35%
G = 40.31%
B = 30.33%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.25

 K value IS 0.19

RGB Variations

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

Color information

#96CE9B (or 0x96CE9B) is known color: Chinook. HEX triplet: 96, CE and 9B. RGB value is (150,206,155). Sum of RGB (Red+Green+Blue) = 150+206+155=511 (67% of max value = 765). Red value is 150 (58.98% from 255 or 29.35% from 511); Green value is 206 (80.86% from 255 or 40.31% from 511); Blue value is 155 (60.94% from 255 or 30.33% from 511); Max value from RGB is 206 - color contains mainly: green. Hex color #96CE9B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #96CE9B is #693164. Grayscale: #B7B7B7. Windows color (decimal): -6893925 or 10210966. OLE color: 10210966.

HSL color Cylindrical-coordinate representation of color #96CE9B: hue angle of 125.36º degrees, saturation: 0.36, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #96CE9B is Cyan = 0.27, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.19.

Color convert

RGB 150 206 155 -
CMYK 0.27 0 0.25 0.19
HSL 125.36º 0.36% 0.7% -
HSV(B) 125.36º 0.27% 0.81% -
XYZ 40.57 52.99 39.1 -
YUV 183.44 111.95 104.15 -
System Red Green Blue C M Y K H S L
Decimal 150 206 155 0.27 0 0.25 0.19 125.36 0.36 0.7
Hex 96 CE 9B 1B 0 19 13 7D 24 46
Octal 226 316 233 33 0 31 23 175 44 106
Binary 10010110 11001110 10011011 11011 0 11001 10011 1111101 100100 1000110

Color Harmonies of #96CE9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96CE9B

Black with #96CE9B

Text Example


Text Example

White with #96CE9B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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