#95BB93

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

Shades of Dark Sea Green #95BB93

Tints of Dark Sea Green #95BB93

Color information

#95BB93 (or 0x95BB93) is unknown color: approx Dark Sea Green. HEX triplet: 95, BB and 93. RGB value is (149,187,147). Sum of RGB (Red+Green+Blue) = 149+187+147=483 (63% of max value = 765). Red value is 149 (58.59% from 255 or 30.85% from 483); Green value is 187 (73.44% from 255 or 38.72% from 483); Blue value is 147 (57.81% from 255 or 30.43% from 483); Max value from RGB is 187 - color contains mainly: green. Hex color #95BB93 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #95BB93 is #6A446C. Grayscale: #ABABAB. Windows color (decimal): -6964333 or 9681813. OLE color: 9681813.

HSL color Cylindrical-coordinate representation of color #95BB93: hue angle of 117º degrees, saturation: 0.23, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #95BB93 is Cyan = 0.20, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.27.

Color convert

RGB149187147-
CMYK0.2000.210.27
HSL117º22.73%65.49%-
HSV(B)117º21.39%73.33%-
XYZ35.4344.0434.24-
YUV171.08114.41112.25-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 30.85%
GREEN value IS 187 (73.44% from 255) = 38.72%
BLUE value IS 147 (57.81% from 255) = 30.43%
R=30.85%
G=38.72%
B=30.43%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1491871470.2000.210.2711722.7365.49
Hex95BB93140151B751741
Octal225273223240253316527101
Binary10010101101110111001001110100010101110111110101101111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95BB93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,187,147); }

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

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

 a { background-color: rgb(149,187,147); }

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

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

 span { border-color: rgb(149,187,147); }

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