Html Css Color HEX #B6A421 Earls Green

📋 copy color: '#B6A421'

red 182 ◦ green 164 ◦ blue 33

#B6A421
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Earls Green #B6A421

Tints of Earls Green #B6A421

RGB

 RED value IS 182 (71.48% from 255) = 48.02%

 GREEN value IS 164 (64.45% from 255) = 43.27%

 BLUE value IS 33 (13.28% from 255) = 8.71%

R = 48.02%
G = 43.27%
B = 8.71%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.82

 K value IS 0.29

RGB Variations

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

Color information

#B6A421 (or 0xB6A421) is known color: Earls Green. HEX triplet: B6, A4 and 21. RGB value is (182,164,33). Sum of RGB (Red+Green+Blue) = 182+164+33=379 (50% of max value = 765). Red value is 182 (71.48% from 255 or 48.02% from 379); Green value is 164 (64.45% from 255 or 43.27% from 379); Blue value is 33 (13.28% from 255 or 8.71% from 379); Max value from RGB is 182 - color contains mainly: red. Hex color #B6A421 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B6A421 is #495BDE. Grayscale: #9A9A9A. Windows color (decimal): -4807647 or 2204854. OLE color: 2204854.

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

Color convert

RGB 182 164 33 -
CMYK 0 0.10 0.82 0.29
HSL 52.75º 0.69% 0.42% -
HSV(B) 52.75º 0.82% 0.71% -
XYZ 32.84 36.61 6.77 -
YUV 154.45 59.46 147.65 -
System Red Green Blue C M Y K H S L
Decimal 182 164 33 0 0.10 0.82 0.29 52.75 0.69 0.42
Hex B6 A4 21 0 A 52 1D 35 45 2A
Octal 266 244 41 0 12 122 35 65 105 52
Binary 10110110 10100100 100001 0 1010 1010010 11101 110101 1000101 101010

Color Harmonies of #B6A421

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6A421

Black with #B6A421

Text Example


Text Example

White with #B6A421

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6A421; }

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

 H1.HeaderClassName
 {
   color: #B6A421;
 }
 .AnyTagClassName
 {
   color: #B6A421;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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