#95CC9E

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

Shades of Chinook #95CC9E

Tints of Chinook #95CC9E

Color information

#95CC9E (or 0x95CC9E) is unknown color: approx Chinook. HEX triplet: 95, CC and 9E. RGB value is (149,204,158). Sum of RGB (Red+Green+Blue) = 149+204+158=511 (67% of max value = 765). Red value is 149 (58.59% from 255 or 29.16% from 511); Green value is 204 (80.08% from 255 or 39.92% from 511); Blue value is 158 (62.11% from 255 or 30.92% from 511); Max value from RGB is 204 - color contains mainly: green. Hex color #95CC9E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #95CC9E is #6A3361. Grayscale: #B6B6B6. Windows color (decimal): -6959970 or 10407061. OLE color: 10407061.

HSL color Cylindrical-coordinate representation of color #95CC9E: hue angle of 129.82º degrees, saturation: 0.35, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #95CC9E is Cyan = 0.27, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.2.

Color convert

RGB149204158-
CMYK0.2700.230.2
HSL129.82º35.03%69.22%-
HSV(B)129.82º26.96%80%-
XYZ40.1652.0440.28-
YUV182.31114.28104.24-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 29.16%
GREEN value IS 204 (80.08% from 255) = 39.92%
BLUE value IS 158 (62.11% from 255) = 30.92%
R=29.16%
G=39.92%
B=30.92%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1492041580.2700.230.2129.8235.0369.22
Hex95CC9E1B01714822345
Octal225314236330272420243105
Binary1001010111001100100111101101101011110100100000101000111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95CC9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,204,158); }

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

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

 a { background-color: rgb(149,204,158); }

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

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

 span { border-color: rgb(149,204,158); }

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