Html Css Color HEX #B7A931 Earls Green

📋 copy color: '#B7A931'

red 183 ◦ green 169 ◦ blue 49

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

Shades of Earls Green #B7A931

Tints of Earls Green #B7A931

RGB

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

 GREEN value IS 169 (66.41% from 255) = 42.14%

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

R = 45.64%
G = 42.14%
B = 12.22%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.73

 K value IS 0.28

RGB Variations

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

Color information

#B7A931 (or 0xB7A931) is known color: Earls Green. HEX triplet: B7, A9 and 31. RGB value is (183,169,49). Sum of RGB (Red+Green+Blue) = 183+169+49=401 (53% of max value = 765). Red value is 183 (71.88% from 255 or 45.64% from 401); Green value is 169 (66.41% from 255 or 42.14% from 401); Blue value is 49 (19.53% from 255 or 12.22% from 401); Max value from RGB is 183 - color contains mainly: red. Hex color #B7A931 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B7A931 is #4856CE. Grayscale: #9F9F9F. Windows color (decimal): -4740815 or 3254711. OLE color: 3254711.

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

Color convert

RGB 183 169 49 -
CMYK 0 0.08 0.73 0.28
HSL 53.73º 0.58% 0.45% -
HSV(B) 53.73º 0.73% 0.72% -
XYZ 34.27 38.66 8.56 -
YUV 159.51 65.64 144.76 -
System Red Green Blue C M Y K H S L
Decimal 183 169 49 0 0.08 0.73 0.28 53.73 0.58 0.45
Hex B7 A9 31 0 8 49 1C 36 3A 2D
Octal 267 251 61 0 10 111 34 66 72 55
Binary 10110111 10101001 110001 0 1000 1001001 11100 110110 111010 101101

Color Harmonies of #B7A931

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7A931

Black with #B7A931

Text Example


Text Example

White with #B7A931

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7A931; }

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

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

background-color css

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

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

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

border-color css

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

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

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