#95D099

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

Shades of Chinook #95D099

Tints of Chinook #95D099

Color information

#95D099 (or 0x95D099) is unknown color: approx Chinook. HEX triplet: 95, D0 and 99. RGB value is (149,208,153). Sum of RGB (Red+Green+Blue) = 149+208+153=510 (67% of max value = 765). Red value is 149 (58.59% from 255 or 29.22% from 510); Green value is 208 (81.64% from 255 or 40.78% from 510); Blue value is 153 (60.16% from 255 or 30% from 510); Max value from RGB is 208 - color contains mainly: green. Hex color #95D099 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #95D099 is #6A2F66. Grayscale: #B8B8B8. Windows color (decimal): -6958951 or 10080405. OLE color: 10080405.

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

Color convert

RGB149208153-
CMYK0.2800.260.18
HSL124.07º38.56%70%-
HSV(B)124.07º28.37%81.57%-
XYZ40.753.838.38-
YUV184.09110.45102.97-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 29.22%
GREEN value IS 208 (81.64% from 255) = 40.78%
BLUE value IS 153 (60.16% from 255) = 30%
R=29.22%
G=40.78%
B=30%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1492081530.2800.260.18124.0738.5670
Hex95D0991C01A127c2746
Octal225320231340322217447106
Binary100101011101000010011001111000110101001011111001001111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95D099

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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