#95C69D

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

Shades of Chinook #95C69D

Tints of Chinook #95C69D

Color information

#95C69D (or 0x95C69D) is unknown color: approx Chinook. HEX triplet: 95, C6 and 9D. RGB value is (149,198,157). Sum of RGB (Red+Green+Blue) = 149+198+157=504 (66% of max value = 765). Red value is 149 (58.59% from 255 or 29.56% from 504); Green value is 198 (77.73% from 255 or 39.29% from 504); Blue value is 157 (61.72% from 255 or 31.15% from 504); Max value from RGB is 198 - color contains mainly: green. Hex color #95C69D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #95C69D is #6A3962. Grayscale: #B2B2B2. Windows color (decimal): -6961507 or 10339989. OLE color: 10339989.

HSL color Cylindrical-coordinate representation of color #95C69D: hue angle of 129.8º degrees, saturation: 0.3, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #95C69D is Cyan = 0.25, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.22.

Color convert

RGB149198157-
CMYK0.2500.210.22
HSL129.8º30.06%68.04%-
HSV(B)129.8º24.75%77.65%-
XYZ38.6749.2139.36-
YUV178.68115.77106.83-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 29.56%
GREEN value IS 198 (77.73% from 255) = 39.29%
BLUE value IS 157 (61.72% from 255) = 31.15%
R=29.56%
G=39.29%
B=31.15%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1491981570.2500.210.22129.830.0668.04
Hex95C69D1901516821e44
Octal225306235310252620236104
Binary100101011100011010011101110010101011011010000010111101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95C69D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,198,157); }

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

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

 a { background-color: rgb(149,198,157); }

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

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

 span { border-color: rgb(149,198,157); }

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