Html Css Color HEX #B7A810 Earls Green

📋 copy color: '#B7A810'

red 183 ◦ green 168 ◦ blue 16

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

Shades of Earls Green #B7A810

Tints of Earls Green #B7A810

RGB

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

 GREEN value IS 168 (66.02% from 255) = 45.78%

 BLUE value IS 16 (6.64% from 255) = 4.36%

R = 49.86%
G = 45.78%
B = 4.36%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.91

 K value IS 0.28

RGB Variations

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

Color information

#B7A810 (or 0xB7A810) is known color: Earls Green. HEX triplet: B7, A8 and 10. RGB value is (183,168,16). Sum of RGB (Red+Green+Blue) = 183+168+16=367 (48% of max value = 765). Red value is 183 (71.88% from 255 or 49.86% from 367); Green value is 168 (66.02% from 255 or 45.78% from 367); Blue value is 16 (6.64% from 255 or 4.36% from 367); Max value from RGB is 183 - color contains mainly: red. Hex color #B7A810 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B7A810 is #4857EF. Grayscale: #9B9B9B. Windows color (decimal): -4741104 or 1091767. OLE color: 1091767.

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

Color convert

RGB 183 168 16 -
CMYK 0 0.08 0.91 0.28
HSL 54.61º 0.84% 0.39% -
HSV(B) 54.61º 0.91% 0.72% -
XYZ 33.62 38.11 6.07 -
YUV 155.16 49.47 147.86 -
System Red Green Blue C M Y K H S L
Decimal 183 168 16 0 0.08 0.91 0.28 54.61 0.84 0.39
Hex B7 A8 10 0 8 5B 1C 37 54 27
Octal 267 250 20 0 10 133 34 67 124 47
Binary 10110111 10101000 10000 0 1000 1011011 11100 110111 1010100 100111

Color Harmonies of #B7A810

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7A810

Black with #B7A810

Text Example


Text Example

White with #B7A810

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7A810; }

 p { color: rgb(183,168,16); }

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

background-color css

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

 a { background-color: rgb(183,168,16); }

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

border-color css

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

 span { border-color: rgb(183,168,16); }

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