#8BDB93

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

Shades of Light Green #8BDB93

Tints of Light Green #8BDB93

Color information

#8BDB93 (or 0x8BDB93) is unknown color: approx Light Green. HEX triplet: 8B, DB and 93. RGB value is (139,219,147). Sum of RGB (Red+Green+Blue) = 139+219+147=505 (66% of max value = 765). Red value is 139 (54.69% from 255 or 27.52% from 505); Green value is 219 (85.94% from 255 or 43.37% from 505); Blue value is 147 (57.81% from 255 or 29.11% from 505); Max value from RGB is 219 - color contains mainly: green. Hex color #8BDB93 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8BDB93 is #74246C. Grayscale: #BBBBBB. Windows color (decimal): -7611501 or 9689995. OLE color: 9689995.

HSL color Cylindrical-coordinate representation of color #8BDB93: hue angle of 126º degrees, saturation: 0.53, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8BDB93 is Cyan = 0.37, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.14.

Color convert

RGB139219147-
CMYK0.3700.330.14
HSL126º52.63%70.2%-
HSV(B)126º36.53%85.88%-
XYZ41.2558.2636.67-
YUV186.87105.593.85-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 27.52%
GREEN value IS 219 (85.94% from 255) = 43.37%
BLUE value IS 147 (57.81% from 255) = 29.11%
R=27.52%
G=43.37%
B=29.11%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1392191470.3700.330.1412652.6370.2
Hex8BDB9325021E7e3546
Octal213333223450411617665106
Binary1000101111011011100100111001010100001111011111101101011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BDB93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8BDB93; }

 p { color: rgb(139,219,147); }

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

<style>
 a { background-color: #8BDB93; }

 a { background-color: rgb(139,219,147); }

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

<style>
 span { border-color: #8BDB93; }

 span { border-color: rgb(139,219,147); }

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