#05BA52

Color #05BA52 Pigment Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pigment Green #05BA52

Tints of Pigment Green #05BA52

Color information

#05BA52 (or 0x05BA52) is unknown color: approx Pigment Green. HEX triplet: 05, BA and 52. RGB value is (5,186,82). Sum of RGB (Red+Green+Blue) = 5+186+82=273 (36% of max value = 765). Red value is 5 (2.34% from 255 or 1.83% from 273); Green value is 186 (73.05% from 255 or 68.13% from 273); Blue value is 82 (32.42% from 255 or 30.04% from 273); Max value from RGB is 186 - color contains mainly: green. Hex color #05BA52 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #05BA52 is #FA45AD. Grayscale: #787878. Windows color (decimal): -16401838 or 5421573. OLE color: 5421573.

HSL color Cylindrical-coordinate representation of color #05BA52: hue angle of 145.52º degrees, saturation: 0.95, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #05BA52 is Cyan = 0.97, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.27.

Color convert

RGB518682-
CMYK0.9700.560.27
HSL145.52º94.76%37.45%-
HSV(B)145.52º97.31%72.94%-
XYZ19.1435.7613.88-
YUV120.02106.5345.96-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 1.83%
GREEN value IS 186 (73.05% from 255) = 68.13%
BLUE value IS 82 (32.42% from 255) = 30.04%
R=1.83%
G=68.13%
B=30.04%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal5186820.9700.560.27145.5294.7637.45
Hex5BA52610381B925f25
Octal52721221410703322213745
Binary1011011101010100101100001011100011011100100101011111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05BA52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #05BA52; }

 p { color: rgb(5,186,82); }

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

<style>
 a { background-color: #05BA52; }

 a { background-color: rgb(5,186,82); }

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

<style>
 span { border-color: #05BA52; }

 span { border-color: rgb(5,186,82); }

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