#92BF95

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

Shades of Dark Sea Green #92BF95

Tints of Dark Sea Green #92BF95

Color information

#92BF95 (or 0x92BF95) is unknown color: approx Dark Sea Green. HEX triplet: 92, BF and 95. RGB value is (146,191,149). Sum of RGB (Red+Green+Blue) = 146+191+149=486 (64% of max value = 765). Red value is 146 (57.42% from 255 or 30.04% from 486); Green value is 191 (75% from 255 or 39.30% from 486); Blue value is 149 (58.59% from 255 or 30.66% from 486); Max value from RGB is 191 - color contains mainly: green. Hex color #92BF95 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #92BF95 is #6D406A. Grayscale: #ACACAC. Windows color (decimal): -7159915 or 9813906. OLE color: 9813906.

HSL color Cylindrical-coordinate representation of color #92BF95: hue angle of 124º degrees, saturation: 0.26, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #92BF95 is Cyan = 0.24, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.25.

Color convert

RGB146191149-
CMYK0.2400.220.25
HSL124º26.01%66.08%-
HSV(B)124º23.56%74.9%-
XYZ35.9145.5435.33-
YUV172.76114.59108.92-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 30.04%
GREEN value IS 191 (75% from 255) = 39.30%
BLUE value IS 149 (58.59% from 255) = 30.66%
R=30.04%
G=39.30%
B=30.66%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1461911490.2400.220.2512426.0166.08
Hex92BF9518016197c1a42
Octal222277225300263117432102
Binary10010010101111111001010111000010110110011111100110101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92BF95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #92BF95; }

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

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

<style>
 a { background-color: #92BF95; }

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

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

<style>
 span { border-color: #92BF95; }

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

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