Html Css Color HEX #96CE99 Chinook

📋 copy color: '#96CE99'

red 150 ◦ green 206 ◦ blue 153

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

Shades of Chinook #96CE99

Tints of Chinook #96CE99

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 30.06%

R = 29.47%
G = 40.47%
B = 30.06%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.26

 K value IS 0.19

RGB Variations

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

Color information

#96CE99 (or 0x96CE99) is known color: Chinook. HEX triplet: 96, CE and 99. RGB value is (150,206,153). Sum of RGB (Red+Green+Blue) = 150+206+153=509 (67% of max value = 765). Red value is 150 (58.98% from 255 or 29.47% from 509); Green value is 206 (80.86% from 255 or 40.47% from 509); Blue value is 153 (60.16% from 255 or 30.06% from 509); Max value from RGB is 206 - color contains mainly: green. Hex color #96CE99 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #96CE99 is #693166. Grayscale: #B7B7B7. Windows color (decimal): -6893927 or 10079894. OLE color: 10079894.

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

Color convert

RGB 150 206 153 -
CMYK 0.27 0 0.26 0.19
HSL 123.21º 0.36% 0.7% -
HSV(B) 123.21º 0.27% 0.81% -
XYZ 40.4 52.93 38.22 -
YUV 183.21 110.95 104.31 -
System Red Green Blue C M Y K H S L
Decimal 150 206 153 0.27 0 0.26 0.19 123.21 0.36 0.7
Hex 96 CE 99 1B 0 1A 13 7B 24 46
Octal 226 316 231 33 0 32 23 173 44 106
Binary 10010110 11001110 10011001 11011 0 11010 10011 1111011 100100 1000110

Color Harmonies of #96CE99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96CE99

Black with #96CE99

Text Example


Text Example

White with #96CE99

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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