#95C3B4

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

Shades of Shadow Green #95C3B4

Tints of Shadow Green #95C3B4

Color information

#95C3B4 (or 0x95C3B4) is unknown color: approx Shadow Green. HEX triplet: 95, C3 and B4. RGB value is (149,195,180). Sum of RGB (Red+Green+Blue) = 149+195+180=524 (69% of max value = 765). Red value is 149 (58.59% from 255 or 28.44% from 524); Green value is 195 (76.56% from 255 or 37.21% from 524); Blue value is 180 (70.70% from 255 or 34.35% from 524); Max value from RGB is 195 - color contains mainly: green. Hex color #95C3B4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #95C3B4 is #6A3C4B. Grayscale: #B3B3B3. Windows color (decimal): -6962252 or 11846549. OLE color: 11846549.

HSL color Cylindrical-coordinate representation of color #95C3B4: hue angle of 160.43º degrees, saturation: 0.28, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #95C3B4 is Cyan = 0.24, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.24.

Color convert

RGB149195180-
CMYK0.2400.080.24
HSL160.43º27.71%67.45%-
HSV(B)160.43º23.59%76.47%-
XYZ40.1548.7250.47-
YUV179.54128.26106.22-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 28.44%
GREEN value IS 195 (76.56% from 255) = 37.21%
BLUE value IS 180 (70.70% from 255) = 34.35%
R=28.44%
G=37.21%
B=34.35%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1491951800.2400.080.24160.4327.7167.45
Hex95C3B4180818a01c43
Octal225303264300103024034103
Binary10010101110000111011010011000010001100010100000111001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95C3B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,195,180); }

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

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

 a { background-color: rgb(149,195,180); }

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

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

 span { border-color: rgb(149,195,180); }

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