#B6AD0F

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

Shades of Earls Green #B6AD0F

Tints of Earls Green #B6AD0F

Color information

#B6AD0F (or 0xB6AD0F) is unknown color: approx Earls Green. HEX triplet: B6, AD and 0F. RGB value is (182,173,15). Sum of RGB (Red+Green+Blue) = 182+173+15=370 (49% of max value = 765). Red value is 182 (71.48% from 255 or 49.19% from 370); Green value is 173 (67.97% from 255 or 46.76% from 370); Blue value is 15 (6.25% from 255 or 4.05% from 370); Max value from RGB is 182 - color contains mainly: red. Hex color #B6AD0F is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B6AD0F is #4952F0. Grayscale: #9E9E9E. Windows color (decimal): -4805361 or 1027510. OLE color: 1027510.

HSL color Cylindrical-coordinate representation of color #B6AD0F: hue angle of 56.77º degrees, saturation: 0.85, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B6AD0F is Cyan = 0, Magento = 0.05, Yellow = 0.92 and Black (K on CMYK) = 0.29.

Color convert

RGB18217315-
CMYK00.050.920.29
HSL56.77º84.77%38.63%-
HSV(B)56.77º91.76%71.37%-
XYZ34.3239.876.34-
YUV157.6847.48145.35-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 49.19%
GREEN value IS 173 (67.97% from 255) = 46.76%
BLUE value IS 15 (6.25% from 255) = 4.05%
R=49.19%
G=46.76%
B=4.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.92
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1821731500.050.920.2956.7784.7738.63
HexB6ADF055C1D395527
Octal2662551705134357112547
Binary1011011010101101111101011011100111011110011010101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6AD0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6AD0F; }

 p { color: rgb(182,173,15); }

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

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

 a { background-color: rgb(182,173,15); }

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

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

 span { border-color: rgb(182,173,15); }

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