Html Css Color HEX #B7AA31 Earls Green

📋 copy color: '#B7AA31'

red 183 ◦ green 170 ◦ blue 49

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

Shades of Earls Green #B7AA31

Tints of Earls Green #B7AA31

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 12.19%

R = 45.52%
G = 42.29%
B = 12.19%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.73

 K value IS 0.28

RGB Variations

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

Color information

#B7AA31 (or 0xB7AA31) is known color: Earls Green. HEX triplet: B7, AA and 31. RGB value is (183,170,49). Sum of RGB (Red+Green+Blue) = 183+170+49=402 (53% of max value = 765). Red value is 183 (71.88% from 255 or 45.52% from 402); Green value is 170 (66.80% from 255 or 42.29% from 402); Blue value is 49 (19.53% from 255 or 12.19% from 402); Max value from RGB is 183 - color contains mainly: red. Hex color #B7AA31 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B7AA31 is #4855CE. Grayscale: #A0A0A0. Windows color (decimal): -4740559 or 3254967. OLE color: 3254967.

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

Color convert

RGB 183 170 49 -
CMYK 0 0.07 0.73 0.28
HSL 54.18º 0.58% 0.45% -
HSV(B) 54.18º 0.73% 0.72% -
XYZ 34.46 39.04 8.62 -
YUV 160.09 65.31 144.34 -
System Red Green Blue C M Y K H S L
Decimal 183 170 49 0 0.07 0.73 0.28 54.18 0.58 0.45
Hex B7 AA 31 0 7 49 1C 36 3A 2D
Octal 267 252 61 0 7 111 34 66 72 55
Binary 10110111 10101010 110001 0 111 1001001 11100 110110 111010 101101

Color Harmonies of #B7AA31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7AA31

Black with #B7AA31

Text Example


Text Example

White with #B7AA31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7AA31; }

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

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

background-color css

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

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

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

border-color css

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

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

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