Html Css Color HEX #B6A721 Earls Green

📋 copy color: '#B6A721'

red 182 ◦ green 167 ◦ blue 33

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

Shades of Earls Green #B6A721

Tints of Earls Green #B6A721

RGB

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

 GREEN value IS 167 (65.63% from 255) = 43.72%

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

R = 47.64%
G = 43.72%
B = 8.64%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.82

 K value IS 0.29

RGB Variations

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

Color information

#B6A721 (or 0xB6A721) is known color: Earls Green. HEX triplet: B6, A7 and 21. RGB value is (182,167,33). Sum of RGB (Red+Green+Blue) = 182+167+33=382 (50% of max value = 765). Red value is 182 (71.48% from 255 or 47.64% from 382); Green value is 167 (65.62% from 255 or 43.72% from 382); Blue value is 33 (13.28% from 255 or 8.64% from 382); Max value from RGB is 182 - color contains mainly: red. Hex color #B6A721 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B6A721 is #4958DE. Grayscale: #9C9C9C. Windows color (decimal): -4806879 or 2205622. OLE color: 2205622.

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

Color convert

RGB 182 167 33 -
CMYK 0 0.08 0.82 0.29
HSL 53.96º 0.69% 0.42% -
HSV(B) 53.96º 0.82% 0.71% -
XYZ 33.38 37.69 6.95 -
YUV 156.21 58.47 146.4 -
System Red Green Blue C M Y K H S L
Decimal 182 167 33 0 0.08 0.82 0.29 53.96 0.69 0.42
Hex B6 A7 21 0 8 52 1D 36 45 2A
Octal 266 247 41 0 10 122 35 66 105 52
Binary 10110110 10100111 100001 0 1000 1010010 11101 110110 1000101 101010

Color Harmonies of #B6A721

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6A721

Black with #B6A721

Text Example


Text Example

White with #B6A721

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6A721; }

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

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

background-color css

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

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

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

border-color css

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

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

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