#95C69E

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

Shades of Chinook #95C69E

Tints of Chinook #95C69E

Color information

#95C69E (or 0x95C69E) is unknown color: approx Chinook. HEX triplet: 95, C6 and 9E. RGB value is (149,198,158). Sum of RGB (Red+Green+Blue) = 149+198+158=505 (66% of max value = 765). Red value is 149 (58.59% from 255 or 29.50% from 505); Green value is 198 (77.73% from 255 or 39.21% from 505); Blue value is 158 (62.11% from 255 or 31.29% from 505); Max value from RGB is 198 - color contains mainly: green. Hex color #95C69E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #95C69E is #6A3961. Grayscale: #B2B2B2. Windows color (decimal): -6961506 or 10405525. OLE color: 10405525.

HSL color Cylindrical-coordinate representation of color #95C69E: hue angle of 131.02º 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 #95C69E is Cyan = 0.25, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.22.

Color convert

RGB149198158-
CMYK0.2500.200.22
HSL131.02º30.06%68.04%-
HSV(B)131.02º24.75%77.65%-
XYZ38.7649.2539.81-
YUV178.79116.27106.75-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 29.50%
GREEN value IS 198 (77.73% from 255) = 39.21%
BLUE value IS 158 (62.11% from 255) = 31.29%
R=29.50%
G=39.21%
B=31.29%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1491981580.2500.200.22131.0230.0668.04
Hex95C69E1901416831e44
Octal225306236310242620336104
Binary100101011100011010011110110010101001011010000011111101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95C69E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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