Html Css Color HEX #96D299 Chinook

📋 copy color: '#96D299'

red 150 ◦ green 210 ◦ blue 153

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

Shades of Chinook #96D299

Tints of Chinook #96D299

RGB

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

 GREEN value IS 210 (82.42% from 255) = 40.94%

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

R = 29.24%
G = 40.94%
B = 29.82%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.27

 K value IS 0.18

RGB Variations

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

Color information

#96D299 (or 0x96D299) is known color: Chinook. HEX triplet: 96, D2 and 99. RGB value is (150,210,153). Sum of RGB (Red+Green+Blue) = 150+210+153=513 (67% of max value = 765). Red value is 150 (58.98% from 255 or 29.24% from 513); Green value is 210 (82.42% from 255 or 40.94% from 513); Blue value is 153 (60.16% from 255 or 29.82% from 513); Max value from RGB is 210 - color contains mainly: green. Hex color #96D299 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #96D299 is #692D66. Grayscale: #B9B9B9. Windows color (decimal): -6892903 or 10080918. OLE color: 10080918.

HSL color Cylindrical-coordinate representation of color #96D299: hue angle of 123º degrees, saturation: 0.4, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #96D299 is Cyan = 0.29, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.18.

Color convert

RGB 150 210 153 -
CMYK 0.29 0 0.27 0.18
HSL 123º 0.4% 0.71% -
HSV(B) 123º 0.29% 0.82% -
XYZ 41.37 54.88 38.55 -
YUV 185.56 109.62 102.63 -
System Red Green Blue C M Y K H S L
Decimal 150 210 153 0.29 0 0.27 0.18 123 0.4 0.71
Hex 96 D2 99 1D 0 1B 12 7B 28 47
Octal 226 322 231 35 0 33 22 173 50 107
Binary 10010110 11010010 10011001 11101 0 11011 10010 1111011 101000 1000111

Color Harmonies of #96D299

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96D299

Black with #96D299

Text Example


Text Example

White with #96D299

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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