#95D299

Color #95D299 Chinook (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Chinook #95D299

Tints of Chinook #95D299

Color information

#95D299 (or 0x95D299) is unknown color: approx Chinook. HEX triplet: 95, D2 and 99. RGB value is (149,210,153). Sum of RGB (Red+Green+Blue) = 149+210+153=512 (67% of max value = 765). Red value is 149 (58.59% from 255 or 29.10% from 512); Green value is 210 (82.42% from 255 or 41.02% from 512); Blue value is 153 (60.16% from 255 or 29.88% from 512); Max value from RGB is 210 - color contains mainly: green. Hex color #95D299 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #95D299 is #6A2D66. Grayscale: #B9B9B9. Windows color (decimal): -6958439 or 10080917. OLE color: 10080917.

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

Color convert

RGB149210153-
CMYK0.2900.270.18
HSL123.93º40.4%70.39%-
HSV(B)123.93º29.05%82.35%-
XYZ41.1954.7838.54-
YUV185.26109.79102.13-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 29.10%
GREEN value IS 210 (82.42% from 255) = 41.02%
BLUE value IS 153 (60.16% from 255) = 29.88%
R=29.10%
G=41.02%
B=29.88%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1492101530.2900.270.18123.9340.470.39
Hex95D2991D01B127c2846
Octal225322231350332217450106
Binary100101011101001010011001111010110111001011111001010001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95D299

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #95D299;
 }
 .AnyTagClassName
 {
   color: #95D299;
 }
</style>
background-color css

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

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

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

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

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

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