#92BF8B

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

Shades of Dark Sea Green #92BF8B

Tints of Dark Sea Green #92BF8B

Color information

#92BF8B (or 0x92BF8B) is unknown color: approx Dark Sea Green. HEX triplet: 92, BF and 8B. RGB value is (146,191,139). Sum of RGB (Red+Green+Blue) = 146+191+139=476 (63% of max value = 765). Red value is 146 (57.42% from 255 or 30.67% from 476); Green value is 191 (75% from 255 or 40.13% from 476); Blue value is 139 (54.69% from 255 or 29.20% from 476); Max value from RGB is 191 - color contains mainly: green. Hex color #92BF8B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #92BF8B is #6D4074. Grayscale: #ABABAB. Windows color (decimal): -7159925 or 9158546. OLE color: 9158546.

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

Color convert

RGB146191139-
CMYK0.2400.270.25
HSL111.92º28.89%64.71%-
HSV(B)111.92º27.23%74.9%-
XYZ35.1545.2431.31-
YUV171.62109.59109.73-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 30.67%
GREEN value IS 191 (75% from 255) = 40.13%
BLUE value IS 139 (54.69% from 255) = 29.20%
R=30.67%
G=40.13%
B=29.20%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1461911390.2400.270.25111.9228.8964.71
Hex92BF8B1801B19701d41
Octal222277213300333116035101
Binary10010010101111111000101111000011011110011110000111011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92BF8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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