#92BD98

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

Shades of Dark Sea Green #92BD98

Tints of Dark Sea Green #92BD98

Color information

#92BD98 (or 0x92BD98) is unknown color: approx Dark Sea Green. HEX triplet: 92, BD and 98. RGB value is (146,189,152). Sum of RGB (Red+Green+Blue) = 146+189+152=487 (64% of max value = 765). Red value is 146 (57.42% from 255 or 29.98% from 487); Green value is 189 (74.22% from 255 or 38.81% from 487); Blue value is 152 (59.77% from 255 or 31.21% from 487); Max value from RGB is 189 - color contains mainly: green. Hex color #92BD98 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #92BD98 is #6D4267. Grayscale: #ACACAC. Windows color (decimal): -7160424 or 10010002. OLE color: 10010002.

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

Color convert

RGB146189152-
CMYK0.2300.200.26
HSL128.37º24.57%65.69%-
HSV(B)128.37º22.75%74.12%-
XYZ35.7244.7736.47-
YUV171.92116.75109.51-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 29.98%
GREEN value IS 189 (74.22% from 255) = 38.81%
BLUE value IS 152 (59.77% from 255) = 31.21%
R=29.98%
G=38.81%
B=31.21%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1461891520.2300.200.26128.3724.5765.69
Hex92BD98170141A801942
Octal222275230270243220031102
Binary100100101011110110011000101110101001101010000000110011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92BD98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(146,189,152); }

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

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

 a { background-color: rgb(146,189,152); }

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

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

 span { border-color: rgb(146,189,152); }

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