#92CB95

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

Shades of Dark Sea Green #92CB95

Tints of Dark Sea Green #92CB95

Color information

#92CB95 (or 0x92CB95) is unknown color: approx Dark Sea Green. HEX triplet: 92, CB and 95. RGB value is (146,203,149). Sum of RGB (Red+Green+Blue) = 146+203+149=498 (65% of max value = 765). Red value is 146 (57.42% from 255 or 29.32% from 498); Green value is 203 (79.69% from 255 or 40.76% from 498); Blue value is 149 (58.59% from 255 or 29.92% from 498); Max value from RGB is 203 - color contains mainly: green. Hex color #92CB95 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #92CB95 is #6D346A. Grayscale: #B3B3B3. Windows color (decimal): -7156843 or 9816978. OLE color: 9816978.

HSL color Cylindrical-coordinate representation of color #92CB95: hue angle of 123.16º degrees, saturation: 0.35, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #92CB95 is Cyan = 0.28, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.20.

Color convert

RGB146203149-
CMYK0.2800.270.20
HSL123.16º35.4%68.43%-
HSV(B)123.16º28.08%79.61%-
XYZ38.6350.9936.24-
YUV179.8110.62103.89-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 29.32%
GREEN value IS 203 (79.69% from 255) = 40.76%
BLUE value IS 149 (58.59% from 255) = 29.92%
R=29.32%
G=40.76%
B=29.92%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1462031490.2800.270.20123.1635.468.43
Hex92CB951C01B147b2344
Octal222313225340332417343104
Binary100100101100101110010101111000110111010011110111000111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92CB95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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