Html Css Color HEX #B7AA10 Earls Green

📋 copy color: '#B7AA10'

red 183 ◦ green 170 ◦ blue 16

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

Shades of Earls Green #B7AA10

Tints of Earls Green #B7AA10

RGB

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

 GREEN value IS 170 (66.8% from 255) = 46.07%

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

R = 49.59%
G = 46.07%
B = 4.34%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.91

 K value IS 0.28

RGB Variations

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

Color information

#B7AA10 (or 0xB7AA10) is known color: Earls Green. HEX triplet: B7, AA and 10. RGB value is (183,170,16). Sum of RGB (Red+Green+Blue) = 183+170+16=369 (48% of max value = 765). Red value is 183 (71.88% from 255 or 49.59% from 369); Green value is 170 (66.80% from 255 or 46.07% from 369); Blue value is 16 (6.64% from 255 or 4.34% from 369); Max value from RGB is 183 - color contains mainly: red. Hex color #B7AA10 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B7AA10 is #4855EF. Grayscale: #9C9C9C. Windows color (decimal): -4740592 or 1092279. OLE color: 1092279.

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

Color convert

RGB 183 170 16 -
CMYK 0 0.07 0.91 0.28
HSL 55.33º 0.84% 0.39% -
HSV(B) 55.33º 0.91% 0.72% -
XYZ 34 38.85 6.2 -
YUV 156.33 48.81 147.02 -
System Red Green Blue C M Y K H S L
Decimal 183 170 16 0 0.07 0.91 0.28 55.33 0.84 0.39
Hex B7 AA 10 0 7 5B 1C 37 54 27
Octal 267 252 20 0 7 133 34 67 124 47
Binary 10110111 10101010 10000 0 111 1011011 11100 110111 1010100 100111

Color Harmonies of #B7AA10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7AA10

Black with #B7AA10

Text Example


Text Example

White with #B7AA10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7AA10; }

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

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

background-color css

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

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

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

border-color css

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

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

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