Html Css Color HEX #B7A920 Earls Green

📋 copy color: '#B7A920'

red 183 ◦ green 169 ◦ blue 32

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

Shades of Earls Green #B7A920

Tints of Earls Green #B7A920

RGB

 RED value IS 183 (71.88% from 255) = 47.66%

 GREEN value IS 169 (66.41% from 255) = 44.01%

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

R = 47.66%
G = 44.01%
B = 8.33%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.83

 K value IS 0.28

RGB Variations

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

Color information

#B7A920 (or 0xB7A920) is known color: Earls Green. HEX triplet: B7, A9 and 20. RGB value is (183,169,32). Sum of RGB (Red+Green+Blue) = 183+169+32=384 (50% of max value = 765). Red value is 183 (71.88% from 255 or 47.66% from 384); Green value is 169 (66.41% from 255 or 44.01% from 384); Blue value is 32 (12.89% from 255 or 8.33% from 384); Max value from RGB is 183 - color contains mainly: red. Hex color #B7A920 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B7A920 is #4856DF. Grayscale: #9E9E9E. Windows color (decimal): -4740832 or 2140599. OLE color: 2140599.

HSL color Cylindrical-coordinate representation of color #B7A920: hue angle of 54.44º degrees, saturation: 0.7, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #B7A920 is Cyan = 0, Magento = 0.08, Yellow = 0.83 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 169 32 -
CMYK 0 0.08 0.83 0.28
HSL 54.44º 0.7% 0.42% -
HSV(B) 54.44º 0.83% 0.72% -
XYZ 33.98 38.55 7.02 -
YUV 157.57 57.14 146.14 -
System Red Green Blue C M Y K H S L
Decimal 183 169 32 0 0.08 0.83 0.28 54.44 0.7 0.42
Hex B7 A9 20 0 8 53 1C 36 46 2A
Octal 267 251 40 0 10 123 34 66 106 52
Binary 10110111 10101001 100000 0 1000 1010011 11100 110110 1000110 101010

Color Harmonies of #B7A920

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7A920

Black with #B7A920

Text Example


Text Example

White with #B7A920

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7A920; }

 p { color: rgb(183,169,32); }

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

background-color css

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

 a { background-color: rgb(183,169,32); }

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

border-color css

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

 span { border-color: rgb(183,169,32); }

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