#B6A21B

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

Shades of Earls Green #B6A21B

Tints of Earls Green #B6A21B

Color information

#B6A21B (or 0xB6A21B) is unknown color: approx Earls Green. HEX triplet: B6, A2 and 1B. RGB value is (182,162,27). Sum of RGB (Red+Green+Blue) = 182+162+27=371 (49% of max value = 765). Red value is 182 (71.48% from 255 or 49.06% from 371); Green value is 162 (63.67% from 255 or 43.67% from 371); Blue value is 27 (10.94% from 255 or 7.28% from 371); Max value from RGB is 182 - color contains mainly: red. Hex color #B6A21B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B6A21B is #495DE4. Grayscale: #999999. Windows color (decimal): -4808165 or 1811126. OLE color: 1811126.

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

Color convert

RGB18216227-
CMYK00.110.850.29
HSL52.26º74.16%40.98%-
HSV(B)52.26º85.16%71.37%-
XYZ32.4135.866.25-
YUV152.5957.13148.98-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 49.06%
GREEN value IS 162 (63.67% from 255) = 43.67%
BLUE value IS 27 (10.94% from 255) = 7.28%
R=49.06%
G=43.67%
B=7.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.85
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1821622700.110.850.2952.2674.1640.98
HexB6A21B0B551D344a29
Octal26624233013125356411251
Binary101101101010001011011010111010101111011101001001010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6A21B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6A21B; }

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

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

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

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

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

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

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

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