#05BA5B

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

Shades of Pigment Green #05BA5B

Tints of Pigment Green #05BA5B

Color information

#05BA5B (or 0x05BA5B) is unknown color: approx Pigment Green. HEX triplet: 05, BA and 5B. RGB value is (5,186,91). Sum of RGB (Red+Green+Blue) = 5+186+91=282 (37% of max value = 765). Red value is 5 (2.34% from 255 or 1.77% from 282); Green value is 186 (73.05% from 255 or 65.96% from 282); Blue value is 91 (35.94% from 255 or 32.27% from 282); Max value from RGB is 186 - color contains mainly: green. Hex color #05BA5B is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #05BA5B is #FA45A4. Grayscale: #797979. Windows color (decimal): -16401829 or 6011397. OLE color: 6011397.

HSL color Cylindrical-coordinate representation of color #05BA5B: hue angle of 148.51º 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 #05BA5B is Cyan = 0.97, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.27.

Color convert

RGB518691-
CMYK0.9700.510.27
HSL148.51º94.76%37.45%-
HSV(B)148.51º97.31%72.94%-
XYZ19.5135.9115.8-
YUV121.05111.0345.22-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 1.77%
GREEN value IS 186 (73.05% from 255) = 65.96%
BLUE value IS 91 (35.94% from 255) = 32.27%
R=1.77%
G=65.96%
B=32.27%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal5186910.9700.510.27148.5194.7637.45
Hex5BA5B610331B955f25
Octal52721331410633322513745
Binary1011011101010110111100001011001111011100101011011111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05BA5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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