#95D29A

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

Shades of Chinook #95D29A

Tints of Chinook #95D29A

Color information

#95D29A (or 0x95D29A) is unknown color: approx Chinook. HEX triplet: 95, D2 and 9A. RGB value is (149,210,154). Sum of RGB (Red+Green+Blue) = 149+210+154=513 (67% of max value = 765). Red value is 149 (58.59% from 255 or 29.04% from 513); Green value is 210 (82.42% from 255 or 40.94% from 513); Blue value is 154 (60.55% from 255 or 30.02% from 513); Max value from RGB is 210 - color contains mainly: green. Hex color #95D29A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #95D29A is #6A2D65. Grayscale: #B9B9B9. Windows color (decimal): -6958438 or 10146453. OLE color: 10146453.

HSL color Cylindrical-coordinate representation of color #95D29A: hue angle of 124.92º 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 #95D29A is Cyan = 0.29, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.18.

Color convert

RGB149210154-
CMYK0.2900.270.18
HSL124.92º40.4%70.39%-
HSV(B)124.92º29.05%82.35%-
XYZ41.2754.8238.98-
YUV185.38110.29102.05-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 29.04%
GREEN value IS 210 (82.42% from 255) = 40.94%
BLUE value IS 154 (60.55% from 255) = 30.02%
R=29.04%
G=40.94%
B=30.02%

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
Decimal1492101540.2900.270.18124.9240.470.39
Hex95D29A1D01B127d2846
Octal225322232350332217550106
Binary100101011101001010011010111010110111001011111011010001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95D29A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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