Html Css Color HEX #B7A120 Earls Green

📋 copy color: '#B7A120'

red 183 ◦ green 161 ◦ blue 32

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

Shades of Earls Green #B7A120

Tints of Earls Green #B7A120

RGB

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

 GREEN value IS 161 (63.28% from 255) = 42.82%

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

R = 48.67%
G = 42.82%
B = 8.51%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.83

 K value IS 0.28

RGB Variations

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

Color information

#B7A120 (or 0xB7A120) is known color: Earls Green. HEX triplet: B7, A1 and 20. RGB value is (183,161,32). Sum of RGB (Red+Green+Blue) = 183+161+32=376 (49% of max value = 765). Red value is 183 (71.88% from 255 or 48.67% from 376); Green value is 161 (63.28% from 255 or 42.82% from 376); Blue value is 32 (12.89% from 255 or 8.51% from 376); Max value from RGB is 183 - color contains mainly: red. Hex color #B7A120 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B7A120 is #485EDF. Grayscale: #999999. Windows color (decimal): -4742880 or 2138551. OLE color: 2138551.

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

Color convert

RGB 183 161 32 -
CMYK 0 0.12 0.83 0.28
HSL 51.26º 0.7% 0.42% -
HSV(B) 51.26º 0.83% 0.72% -
XYZ 32.53 35.66 6.54 -
YUV 152.87 59.79 149.49 -
System Red Green Blue C M Y K H S L
Decimal 183 161 32 0 0.12 0.83 0.28 51.26 0.7 0.42
Hex B7 A1 20 0 C 53 1C 33 46 2A
Octal 267 241 40 0 14 123 34 63 106 52
Binary 10110111 10100001 100000 0 1100 1010011 11100 110011 1000110 101010

Color Harmonies of #B7A120

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7A120

Black with #B7A120

Text Example


Text Example

White with #B7A120

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7A120; }

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

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

background-color css

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

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

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

border-color css

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

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

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