#B6B12D

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

Shades of Earls Green #B6B12D

Tints of Earls Green #B6B12D

Color information

#B6B12D (or 0xB6B12D) is unknown color: approx Earls Green. HEX triplet: B6, B1 and 2D. RGB value is (182,177,45). Sum of RGB (Red+Green+Blue) = 182+177+45=404 (53% of max value = 765). Red value is 182 (71.48% from 255 or 45.05% from 404); Green value is 177 (69.53% from 255 or 43.81% from 404); Blue value is 45 (17.97% from 255 or 11.14% from 404); Max value from RGB is 182 - color contains mainly: red. Hex color #B6B12D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B6B12D is #494ED2. Grayscale: #A3A3A3. Windows color (decimal): -4804307 or 2994614. OLE color: 2994614.

HSL color Cylindrical-coordinate representation of color #B6B12D: hue angle of 57.81º 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 #B6B12D is Cyan = 0, Magento = 0.03, Yellow = 0.75 and Black (K on CMYK) = 0.29.

Color convert

RGB18217745-
CMYK00.030.750.29
HSL57.81º60.35%44.51%-
HSV(B)57.81º75.27%71.37%-
XYZ35.4941.588.64-
YUV163.4561.16141.23-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 45.05%
GREEN value IS 177 (69.53% from 255) = 43.81%
BLUE value IS 45 (17.97% from 255) = 11.14%
R=45.05%
G=43.81%
B=11.14%

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
Decimal1821774500.030.750.2957.8160.3544.51
HexB6B12D034B1D3a3c2d
Octal266261550311335727455
Binary1011011010110001101101011100101111101111010111100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6B12D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6B12D; }

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

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

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

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

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

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

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

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