Html Css Color HEX #B7AD31 Earls Green

📋 copy color: '#B7AD31'

red 183 ◦ green 173 ◦ blue 49

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

Shades of Earls Green #B7AD31

Tints of Earls Green #B7AD31

RGB

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

 GREEN value IS 173 (67.97% from 255) = 42.72%

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

R = 45.19%
G = 42.72%
B = 12.1%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.73

 K value IS 0.28

RGB Variations

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

Color information

#B7AD31 (or 0xB7AD31) is known color: Earls Green. HEX triplet: B7, AD and 31. RGB value is (183,173,49). Sum of RGB (Red+Green+Blue) = 183+173+49=405 (53% of max value = 765). Red value is 183 (71.88% from 255 or 45.19% from 405); Green value is 173 (67.97% from 255 or 42.72% from 405); Blue value is 49 (19.53% from 255 or 12.10% from 405); Max value from RGB is 183 - color contains mainly: red. Hex color #B7AD31 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B7AD31 is #4852CE. Grayscale: #A2A2A2. Windows color (decimal): -4739791 or 3255735. OLE color: 3255735.

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

Color convert

RGB 183 173 49 -
CMYK 0 0.05 0.73 0.28
HSL 55.52º 0.58% 0.45% -
HSV(B) 55.52º 0.73% 0.72% -
XYZ 35.03 40.18 8.81 -
YUV 161.85 64.31 143.08 -
System Red Green Blue C M Y K H S L
Decimal 183 173 49 0 0.05 0.73 0.28 55.52 0.58 0.45
Hex B7 AD 31 0 5 49 1C 38 3A 2D
Octal 267 255 61 0 5 111 34 70 72 55
Binary 10110111 10101101 110001 0 101 1001001 11100 111000 111010 101101

Color Harmonies of #B7AD31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7AD31

Black with #B7AD31

Text Example


Text Example

White with #B7AD31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7AD31; }

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

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

background-color css

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

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

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

border-color css

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

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

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