Html Css Color HEX #B7A020 Earls Green

📋 copy color: '#B7A020'

red 183 ◦ green 160 ◦ blue 32

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

Shades of Earls Green #B7A020

Tints of Earls Green #B7A020

RGB

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

 GREEN value IS 160 (62.89% from 255) = 42.67%

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

R = 48.8%
G = 42.67%
B = 8.53%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.83

 K value IS 0.28

RGB Variations

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

Color information

#B7A020 (or 0xB7A020) is known color: Earls Green. HEX triplet: B7, A0 and 20. RGB value is (183,160,32). Sum of RGB (Red+Green+Blue) = 183+160+32=375 (49% of max value = 765). Red value is 183 (71.88% from 255 or 48.8% from 375); Green value is 160 (62.89% from 255 or 42.67% from 375); Blue value is 32 (12.89% from 255 or 8.53% from 375); Max value from RGB is 183 - color contains mainly: red. Hex color #B7A020 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B7A020 is #485FDF. Grayscale: #989898. Windows color (decimal): -4743136 or 2138295. OLE color: 2138295.

HSL color Cylindrical-coordinate representation of color #B7A020: hue angle of 50.86º 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 #B7A020 is Cyan = 0, Magento = 0.13, Yellow = 0.83 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 160 32 -
CMYK 0 0.13 0.83 0.28
HSL 50.86º 0.7% 0.42% -
HSV(B) 50.86º 0.83% 0.72% -
XYZ 32.36 35.31 6.48 -
YUV 152.29 60.12 149.91 -
System Red Green Blue C M Y K H S L
Decimal 183 160 32 0 0.13 0.83 0.28 50.86 0.7 0.42
Hex B7 A0 20 0 D 53 1C 33 46 2A
Octal 267 240 40 0 15 123 34 63 106 52
Binary 10110111 10100000 100000 0 1101 1010011 11100 110011 1000110 101010

Color Harmonies of #B7A020

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7A020

Black with #B7A020

Text Example


Text Example

White with #B7A020

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7A020; }

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

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

background-color css

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

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

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

border-color css

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

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

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