#06BC53

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

Shades of Pigment Green #06BC53

Tints of Pigment Green #06BC53

Color information

#06BC53 (or 0x06BC53) is unknown color: approx Pigment Green. HEX triplet: 06, BC and 53. RGB value is (6,188,83). Sum of RGB (Red+Green+Blue) = 6+188+83=277 (36% of max value = 765). Red value is 6 (2.73% from 255 or 2.17% from 277); Green value is 188 (73.83% from 255 or 67.87% from 277); Blue value is 83 (32.81% from 255 or 29.96% from 277); Max value from RGB is 188 - color contains mainly: green. Hex color #06BC53 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #06BC53 is #F943AC. Grayscale: #797979. Windows color (decimal): -16335789 or 5487622. OLE color: 5487622.

HSL color Cylindrical-coordinate representation of color #06BC53: hue angle of 145.38º degrees, saturation: 0.94, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #06BC53 is Cyan = 0.97, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.26.

Color convert

RGB618883-
CMYK0.9700.560.26
HSL145.38º93.81%38.04%-
HSV(B)145.38º96.81%73.73%-
XYZ19.6236.6314.22-
YUV121.61106.245.54-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.17%
GREEN value IS 188 (73.83% from 255) = 67.87%
BLUE value IS 83 (32.81% from 255) = 29.96%
R=2.17%
G=67.87%
B=29.96%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal6188830.9700.560.26145.3893.8138.04
Hex6BC53610381A915e26
Octal62741231410703222113646
Binary1101011110010100111100001011100011010100100011011110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06BC53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #06BC53; }

 p { color: rgb(6,188,83); }

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

<style>
 a { background-color: #06BC53; }

 a { background-color: rgb(6,188,83); }

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

<style>
 span { border-color: #06BC53; }

 span { border-color: rgb(6,188,83); }

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