Html Css Color HEX #B7A520 Earls Green

📋 copy color: '#B7A520'

red 183 ◦ green 165 ◦ blue 32

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

Shades of Earls Green #B7A520

Tints of Earls Green #B7A520

RGB

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

 GREEN value IS 165 (64.84% from 255) = 43.42%

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

R = 48.16%
G = 43.42%
B = 8.42%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.83

 K value IS 0.28

RGB Variations

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

Color information

#B7A520 (or 0xB7A520) is known color: Earls Green. HEX triplet: B7, A5 and 20. RGB value is (183,165,32). Sum of RGB (Red+Green+Blue) = 183+165+32=380 (50% of max value = 765). Red value is 183 (71.88% from 255 or 48.16% from 380); Green value is 165 (64.84% from 255 or 43.42% from 380); Blue value is 32 (12.89% from 255 or 8.42% from 380); Max value from RGB is 183 - color contains mainly: red. Hex color #B7A520 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B7A520 is #485ADF. Grayscale: #9B9B9B. Windows color (decimal): -4741856 or 2139575. OLE color: 2139575.

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

Color convert

RGB 183 165 32 -
CMYK 0 0.10 0.83 0.28
HSL 52.85º 0.7% 0.42% -
HSV(B) 52.85º 0.83% 0.72% -
XYZ 33.24 37.08 6.77 -
YUV 155.22 58.46 147.81 -
System Red Green Blue C M Y K H S L
Decimal 183 165 32 0 0.10 0.83 0.28 52.85 0.7 0.42
Hex B7 A5 20 0 A 53 1C 35 46 2A
Octal 267 245 40 0 12 123 34 65 106 52
Binary 10110111 10100101 100000 0 1010 1010011 11100 110101 1000110 101010

Color Harmonies of #B7A520

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7A520

Black with #B7A520

Text Example


Text Example

White with #B7A520

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7A520; }

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

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

background-color css

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

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

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

border-color css

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

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

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