Html Css Color HEX #B7A610 Earls Green

📋 copy color: '#B7A610'

red 183 ◦ green 166 ◦ blue 16

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

Shades of Earls Green #B7A610

Tints of Earls Green #B7A610

RGB

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

 GREEN value IS 166 (65.23% from 255) = 45.48%

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

R = 50.14%
G = 45.48%
B = 4.38%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.91

 K value IS 0.28

RGB Variations

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

Color information

#B7A610 (or 0xB7A610) is known color: Earls Green. HEX triplet: B7, A6 and 10. RGB value is (183,166,16). Sum of RGB (Red+Green+Blue) = 183+166+16=365 (48% of max value = 765). Red value is 183 (71.88% from 255 or 50.14% from 365); Green value is 166 (65.23% from 255 or 45.48% from 365); Blue value is 16 (6.64% from 255 or 4.38% from 365); Max value from RGB is 183 - color contains mainly: red. Hex color #B7A610 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B7A610 is #4859EF. Grayscale: #9A9A9A. Windows color (decimal): -4741616 or 1091255. OLE color: 1091255.

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

Color convert

RGB 183 166 16 -
CMYK 0 0.09 0.91 0.28
HSL 53.89º 0.84% 0.39% -
HSV(B) 53.89º 0.91% 0.72% -
XYZ 33.26 37.38 5.95 -
YUV 153.98 50.13 148.7 -
System Red Green Blue C M Y K H S L
Decimal 183 166 16 0 0.09 0.91 0.28 53.89 0.84 0.39
Hex B7 A6 10 0 9 5B 1C 36 54 27
Octal 267 246 20 0 11 133 34 66 124 47
Binary 10110111 10100110 10000 0 1001 1011011 11100 110110 1010100 100111

Color Harmonies of #B7A610

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7A610

Black with #B7A610

Text Example


Text Example

White with #B7A610

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7A610; }

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

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

background-color css

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

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

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

border-color css

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

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

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