#05BA5C

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

Shades of Pigment Green #05BA5C

Tints of Pigment Green #05BA5C

Color information

#05BA5C (or 0x05BA5C) is unknown color: approx Pigment Green. HEX triplet: 05, BA and 5C. RGB value is (5,186,92). Sum of RGB (Red+Green+Blue) = 5+186+92=283 (37% of max value = 765). Red value is 5 (2.34% from 255 or 1.77% from 283); Green value is 186 (73.05% from 255 or 65.72% from 283); Blue value is 92 (36.33% from 255 or 32.51% from 283); Max value from RGB is 186 - color contains mainly: green. Hex color #05BA5C is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #05BA5C is #FA45A3. Grayscale: #797979. Windows color (decimal): -16401828 or 6076933. OLE color: 6076933.

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

Color convert

RGB518692-
CMYK0.9700.510.27
HSL148.84º94.76%37.45%-
HSV(B)148.84º97.31%72.94%-
XYZ19.5535.9216.03-
YUV121.16111.5345.14-

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.72%
BLUE value IS 92 (36.33% from 255) = 32.51%
R=1.77%
G=65.72%
B=32.51%

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
Decimal5186920.9700.510.27148.8494.7637.45
Hex5BA5C610331B955f25
Octal52721341410633322513745
Binary1011011101010111001100001011001111011100101011011111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05BA5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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