Html Css Color HEX #B7AA1A Earls Green

📋 copy color: '#B7AA1A'

red 183 ◦ green 170 ◦ blue 26

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

Shades of Earls Green #B7AA1A

Tints of Earls Green #B7AA1A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 6.86%

R = 48.28%
G = 44.85%
B = 6.86%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.86

 K value IS 0.28

RGB Variations

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

Color information

#B7AA1A (or 0xB7AA1A) is known color: Earls Green. HEX triplet: B7, AA and 1A. RGB value is (183,170,26). Sum of RGB (Red+Green+Blue) = 183+170+26=379 (50% of max value = 765). Red value is 183 (71.88% from 255 or 48.28% from 379); Green value is 170 (66.80% from 255 or 44.85% from 379); Blue value is 26 (10.55% from 255 or 6.86% from 379); Max value from RGB is 183 - color contains mainly: red. Hex color #B7AA1A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B7AA1A is #4855E5. Grayscale: #9E9E9E. Windows color (decimal): -4740582 or 1747639. OLE color: 1747639.

HSL color Cylindrical-coordinate representation of color #B7AA1A: hue angle of 55.03º degrees, saturation: 0.75, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B7AA1A is Cyan = 0, Magento = 0.07, Yellow = 0.86 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 170 26 -
CMYK 0 0.07 0.86 0.28
HSL 55.03º 0.75% 0.41% -
HSV(B) 55.03º 0.86% 0.72% -
XYZ 34.09 38.89 6.69 -
YUV 157.47 53.81 146.21 -
System Red Green Blue C M Y K H S L
Decimal 183 170 26 0 0.07 0.86 0.28 55.03 0.75 0.41
Hex B7 AA 1A 0 7 56 1C 37 4B 29
Octal 267 252 32 0 7 126 34 67 113 51
Binary 10110111 10101010 11010 0 111 1010110 11100 110111 1001011 101001

Color Harmonies of #B7AA1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7AA1A

Black with #B7AA1A

Text Example


Text Example

White with #B7AA1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7AA1A; }

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

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

background-color css

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

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

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

border-color css

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

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

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