#92DB98

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

Shades of Light Green #92DB98

Tints of Light Green #92DB98

Color information

#92DB98 (or 0x92DB98) is unknown color: approx Light Green. HEX triplet: 92, DB and 98. RGB value is (146,219,152). Sum of RGB (Red+Green+Blue) = 146+219+152=517 (68% of max value = 765). Red value is 146 (57.42% from 255 or 28.24% from 517); Green value is 219 (85.94% from 255 or 42.36% from 517); Blue value is 152 (59.77% from 255 or 29.40% from 517); Max value from RGB is 219 - color contains mainly: green. Hex color #92DB98 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #92DB98 is #6D2467. Grayscale: #BDBDBD. Windows color (decimal): -7152744 or 10017682. OLE color: 10017682.

HSL color Cylindrical-coordinate representation of color #92DB98: hue angle of 124.93º degrees, saturation: 0.5, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #92DB98 is Cyan = 0.33, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.14.

Color convert

RGB146219152-
CMYK0.3300.310.14
HSL124.93º50.34%71.57%-
HSV(B)124.93º33.33%85.88%-
XYZ42.8559.0438.84-
YUV189.54106.8296.95-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 28.24%
GREEN value IS 219 (85.94% from 255) = 42.36%
BLUE value IS 152 (59.77% from 255) = 29.40%
R=28.24%
G=42.36%
B=29.40%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1462191520.3300.310.14124.9350.3471.57
Hex92DB982101FE7d3248
Octal222333230410371617562110
Binary100100101101101110011000100001011111111011111011100101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92DB98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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