#B6B02D

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

Shades of Earls Green #B6B02D

Tints of Earls Green #B6B02D

Color information

#B6B02D (or 0xB6B02D) is unknown color: approx Earls Green. HEX triplet: B6, B0 and 2D. RGB value is (182,176,45). Sum of RGB (Red+Green+Blue) = 182+176+45=403 (53% of max value = 765). Red value is 182 (71.48% from 255 or 45.16% from 403); Green value is 176 (69.14% from 255 or 43.67% from 403); Blue value is 45 (17.97% from 255 or 11.17% from 403); Max value from RGB is 182 - color contains mainly: red. Hex color #B6B02D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B6B02D is #494FD2. Grayscale: #A3A3A3. Windows color (decimal): -4804563 or 2994358. OLE color: 2994358.

HSL color Cylindrical-coordinate representation of color #B6B02D: hue angle of 57.37º degrees, saturation: 0.6, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B6B02D is Cyan = 0, Magento = 0.03, Yellow = 0.75 and Black (K on CMYK) = 0.29.

Color convert

RGB18217645-
CMYK00.030.750.29
HSL57.37º60.35%44.51%-
HSV(B)57.37º75.27%71.37%-
XYZ35.2941.198.57-
YUV162.8661.49141.65-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 45.16%
GREEN value IS 176 (69.14% from 255) = 43.67%
BLUE value IS 45 (17.97% from 255) = 11.17%
R=45.16%
G=43.67%
B=11.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.75
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1821764500.030.750.2957.3760.3544.51
HexB6B02D034B1D393c2d
Octal266260550311335717455
Binary1011011010110000101101011100101111101111001111100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6B02D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6B02D; }

 p { color: rgb(182,176,45); }

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

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

 a { background-color: rgb(182,176,45); }

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

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

 span { border-color: rgb(182,176,45); }

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