Html Css Color HEX #B6AD20 Earls Green

📋 copy color: '#B6AD20'

red 182 ◦ green 173 ◦ blue 32

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

Shades of Earls Green #B6AD20

Tints of Earls Green #B6AD20

RGB

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

 GREEN value IS 173 (67.97% from 255) = 44.7%

 BLUE value IS 32 (12.89% from 255) = 8.27%

R = 47.03%
G = 44.7%
B = 8.27%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.82

 K value IS 0.29

RGB Variations

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

Color information

#B6AD20 (or 0xB6AD20) is known color: Earls Green. HEX triplet: B6, AD and 20. RGB value is (182,173,32). Sum of RGB (Red+Green+Blue) = 182+173+32=387 (51% of max value = 765). Red value is 182 (71.48% from 255 or 47.03% from 387); Green value is 173 (67.97% from 255 or 44.70% from 387); Blue value is 32 (12.89% from 255 or 8.27% from 387); Max value from RGB is 182 - color contains mainly: red. Hex color #B6AD20 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B6AD20 is #4952DF. Grayscale: #A0A0A0. Windows color (decimal): -4805344 or 2141622. OLE color: 2141622.

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

Color convert

RGB 182 173 32 -
CMYK 0 0.05 0.82 0.29
HSL 56.4º 0.7% 0.42% -
HSV(B) 56.4º 0.82% 0.71% -
XYZ 34.5 39.94 7.26 -
YUV 159.62 55.98 143.96 -
System Red Green Blue C M Y K H S L
Decimal 182 173 32 0 0.05 0.82 0.29 56.4 0.7 0.42
Hex B6 AD 20 0 5 52 1D 38 46 2A
Octal 266 255 40 0 5 122 35 70 106 52
Binary 10110110 10101101 100000 0 101 1010010 11101 111000 1000110 101010

Color Harmonies of #B6AD20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6AD20

Black with #B6AD20

Text Example


Text Example

White with #B6AD20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6AD20; }

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

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

background-color css

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

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

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

border-color css

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

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

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