#95B492

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

Shades of Dark Sea Green #95B492

Tints of Dark Sea Green #95B492

Color information

#95B492 (or 0x95B492) is unknown color: approx Dark Sea Green. HEX triplet: 95, B4 and 92. RGB value is (149,180,146). Sum of RGB (Red+Green+Blue) = 149+180+146=475 (62% of max value = 765). Red value is 149 (58.59% from 255 or 31.37% from 475); Green value is 180 (70.70% from 255 or 37.89% from 475); Blue value is 146 (57.42% from 255 or 30.74% from 475); Max value from RGB is 180 - color contains mainly: green. Hex color #95B492 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #95B492 is #6A4B6D. Grayscale: #A6A6A6. Windows color (decimal): -6966126 or 9614485. OLE color: 9614485.

HSL color Cylindrical-coordinate representation of color #95B492: hue angle of 114.71º degrees, saturation: 0.18, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #95B492 is Cyan = 0.17, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.29.

Color convert

RGB149180146-
CMYK0.1700.190.29
HSL114.71º18.48%63.92%-
HSV(B)114.71º18.89%70.59%-
XYZ33.941.1133.34-
YUV166.86116.23115.26-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 31.37%
GREEN value IS 180 (70.70% from 255) = 37.89%
BLUE value IS 146 (57.42% from 255) = 30.74%
R=31.37%
G=37.89%
B=30.74%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1491801460.1700.190.29114.7118.4863.92
Hex95B492110131D731240
Octal225264222210233516322100
Binary10010101101101001001001010001010011111011110011100101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95B492

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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