Html Css Color HEX #B7AA1F Earls Green

📋 copy color: '#B7AA1F'

red 183 ◦ green 170 ◦ blue 31

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

Shades of Earls Green #B7AA1F

Tints of Earls Green #B7AA1F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 8.07%

R = 47.66%
G = 44.27%
B = 8.07%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.83

 K value IS 0.28

RGB Variations

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

Color information

#B7AA1F (or 0xB7AA1F) is known color: Earls Green. HEX triplet: B7, AA and 1F. RGB value is (183,170,31). Sum of RGB (Red+Green+Blue) = 183+170+31=384 (50% of max value = 765). Red value is 183 (71.88% from 255 or 47.66% from 384); Green value is 170 (66.80% from 255 or 44.27% from 384); Blue value is 31 (12.5% from 255 or 8.07% from 384); Max value from RGB is 183 - color contains mainly: red. Hex color #B7AA1F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B7AA1F is #4855E0. Grayscale: #9E9E9E. Windows color (decimal): -4740577 or 2075319. OLE color: 2075319.

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

Color convert

RGB 183 170 31 -
CMYK 0 0.07 0.83 0.28
HSL 54.87º 0.71% 0.42% -
HSV(B) 54.87º 0.83% 0.72% -
XYZ 34.15 38.92 7.01 -
YUV 158.04 56.31 145.8 -
System Red Green Blue C M Y K H S L
Decimal 183 170 31 0 0.07 0.83 0.28 54.87 0.71 0.42
Hex B7 AA 1F 0 7 53 1C 37 47 2A
Octal 267 252 37 0 7 123 34 67 107 52
Binary 10110111 10101010 11111 0 111 1010011 11100 110111 1000111 101010

Color Harmonies of #B7AA1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7AA1F

Black with #B7AA1F

Text Example


Text Example

White with #B7AA1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7AA1F; }

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

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

background-color css

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

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

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

border-color css

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

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

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