#95CD9C

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

Shades of Chinook #95CD9C

Tints of Chinook #95CD9C

Color information

#95CD9C (or 0x95CD9C) is unknown color: approx Chinook. HEX triplet: 95, CD and 9C. RGB value is (149,205,156). Sum of RGB (Red+Green+Blue) = 149+205+156=510 (67% of max value = 765). Red value is 149 (58.59% from 255 or 29.22% from 510); Green value is 205 (80.47% from 255 or 40.20% from 510); Blue value is 156 (61.33% from 255 or 30.59% from 510); Max value from RGB is 205 - color contains mainly: green. Hex color #95CD9C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #95CD9C is #6A3263. Grayscale: #B6B6B6. Windows color (decimal): -6959716 or 10276245. OLE color: 10276245.

HSL color Cylindrical-coordinate representation of color #95CD9C: hue angle of 127.5º degrees, saturation: 0.36, 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 #95CD9C is Cyan = 0.27, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.20.

Color convert

RGB149205156-
CMYK0.2700.240.20
HSL127.5º35.9%69.41%-
HSV(B)127.5º27.32%80.39%-
XYZ40.2352.4539.46-
YUV182.67112.95103.98-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 29.22%
GREEN value IS 205 (80.47% from 255) = 40.20%
BLUE value IS 156 (61.33% from 255) = 30.59%
R=29.22%
G=40.20%
B=30.59%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1492051560.2700.240.20127.535.969.41
Hex95CD9C1B018147f2445
Octal225315234330302417744105
Binary100101011100110110011100110110110001010011111111001001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95CD9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,205,156); }

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

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

 a { background-color: rgb(149,205,156); }

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

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

 span { border-color: rgb(149,205,156); }

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