#06B252

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

Shades of Pigment Green #06B252

Tints of Pigment Green #06B252

Color information

#06B252 (or 0x06B252) is unknown color: approx Pigment Green. HEX triplet: 06, B2 and 52. RGB value is (6,178,82). Sum of RGB (Red+Green+Blue) = 6+178+82=266 (35% of max value = 765). Red value is 6 (2.73% from 255 or 2.26% from 266); Green value is 178 (69.92% from 255 or 66.92% from 266); Blue value is 82 (32.42% from 255 or 30.83% from 266); Max value from RGB is 178 - color contains mainly: green. Hex color #06B252 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #06B252 is #F94DAD. Grayscale: #737373. Windows color (decimal): -16338350 or 5419526. OLE color: 5419526.

HSL color Cylindrical-coordinate representation of color #06B252: hue angle of 146.51º degrees, saturation: 0.93, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #06B252 is Cyan = 0.97, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.30.

Color convert

RGB617882-
CMYK0.9700.540.30
HSL146.51º93.48%36.08%-
HSV(B)146.51º96.63%69.8%-
XYZ17.5232.4913.33-
YUV115.63109.0249.81-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.26%
GREEN value IS 178 (69.92% from 255) = 66.92%
BLUE value IS 82 (32.42% from 255) = 30.83%
R=2.26%
G=66.92%
B=30.83%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal6178820.9700.540.30146.5193.4836.08
Hex6B252610361E935d24
Octal62621221410663622313544
Binary1101011001010100101100001011011011110100100111011101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06B252

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(6,178,82); }

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

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

 a { background-color: rgb(6,178,82); }

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

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

 span { border-color: rgb(6,178,82); }

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