Html Css Color HEX #B7AE20 Earls Green

📋 copy color: '#B7AE20'

red 183 ◦ green 174 ◦ blue 32

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

Shades of Earls Green #B7AE20

Tints of Earls Green #B7AE20

RGB

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

 GREEN value IS 174 (68.36% from 255) = 44.73%

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

R = 47.04%
G = 44.73%
B = 8.23%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.83

 K value IS 0.28

RGB Variations

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

Color information

#B7AE20 (or 0xB7AE20) is known color: Earls Green. HEX triplet: B7, AE and 20. RGB value is (183,174,32). Sum of RGB (Red+Green+Blue) = 183+174+32=389 (51% of max value = 765). Red value is 183 (71.88% from 255 or 47.04% from 389); Green value is 174 (68.36% from 255 or 44.73% from 389); Blue value is 32 (12.89% from 255 or 8.23% from 389); Max value from RGB is 183 - color contains mainly: red. Hex color #B7AE20 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B7AE20 is #4851DF. Grayscale: #A1A1A1. Windows color (decimal): -4739552 or 2141879. OLE color: 2141879.

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

Color convert

RGB 183 174 32 -
CMYK 0 0.05 0.83 0.28
HSL 56.42º 0.7% 0.42% -
HSV(B) 56.42º 0.83% 0.72% -
XYZ 34.93 40.44 7.33 -
YUV 160.5 55.48 144.05 -
System Red Green Blue C M Y K H S L
Decimal 183 174 32 0 0.05 0.83 0.28 56.42 0.7 0.42
Hex B7 AE 20 0 5 53 1C 38 46 2A
Octal 267 256 40 0 5 123 34 70 106 52
Binary 10110111 10101110 100000 0 101 1010011 11100 111000 1000110 101010

Color Harmonies of #B7AE20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7AE20

Black with #B7AE20

Text Example


Text Example

White with #B7AE20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7AE20; }

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

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

background-color css

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

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

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

border-color css

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

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

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