#B6A41B

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

Shades of Earls Green #B6A41B

Tints of Earls Green #B6A41B

Color information

#B6A41B (or 0xB6A41B) is unknown color: approx Earls Green. HEX triplet: B6, A4 and 1B. RGB value is (182,164,27). Sum of RGB (Red+Green+Blue) = 182+164+27=373 (49% of max value = 765). Red value is 182 (71.48% from 255 or 48.79% from 373); Green value is 164 (64.45% from 255 or 43.97% from 373); Blue value is 27 (10.94% from 255 or 7.24% from 373); Max value from RGB is 182 - color contains mainly: red. Hex color #B6A41B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B6A41B is #495BE4. Grayscale: #9A9A9A. Windows color (decimal): -4807653 or 1811638. OLE color: 1811638.

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

Color convert

RGB18216427-
CMYK00.100.850.29
HSL53.03º74.16%40.98%-
HSV(B)53.03º85.16%71.37%-
XYZ32.7636.586.37-
YUV153.7656.46148.14-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 48.79%
GREEN value IS 164 (64.45% from 255) = 43.97%
BLUE value IS 27 (10.94% from 255) = 7.24%
R=48.79%
G=43.97%
B=7.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.85
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1821642700.100.850.2953.0374.1640.98
HexB6A41B0A551D354a29
Octal26624433012125356511251
Binary101101101010010011011010101010101111011101011001010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6A41B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6A41B; }

 p { color: rgb(182,164,27); }

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

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

 a { background-color: rgb(182,164,27); }

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

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

 span { border-color: rgb(182,164,27); }

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