Html Css Color HEX #B7A42F Earls Green

📋 copy color: '#B7A42F'

red 183 ◦ green 164 ◦ blue 47

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

Shades of Earls Green #B7A42F

Tints of Earls Green #B7A42F

RGB

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

 GREEN value IS 164 (64.45% from 255) = 41.62%

 BLUE value IS 47 (18.75% from 255) = 11.93%

R = 46.45%
G = 41.62%
B = 11.93%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.74

 K value IS 0.28

RGB Variations

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

Color information

#B7A42F (or 0xB7A42F) is known color: Earls Green. HEX triplet: B7, A4 and 2F. RGB value is (183,164,47). Sum of RGB (Red+Green+Blue) = 183+164+47=394 (52% of max value = 765). Red value is 183 (71.88% from 255 or 46.45% from 394); Green value is 164 (64.45% from 255 or 41.62% from 394); Blue value is 47 (18.75% from 255 or 11.93% from 394); Max value from RGB is 183 - color contains mainly: red. Hex color #B7A42F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B7A42F is #485BD0. Grayscale: #9C9C9C. Windows color (decimal): -4742097 or 3122359. OLE color: 3122359.

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

Color convert

RGB 183 164 47 -
CMYK 0 0.10 0.74 0.28
HSL 51.62º 0.59% 0.45% -
HSV(B) 51.62º 0.74% 0.72% -
XYZ 33.32 36.82 8.04 -
YUV 156.34 66.29 147.01 -
System Red Green Blue C M Y K H S L
Decimal 183 164 47 0 0.10 0.74 0.28 51.62 0.59 0.45
Hex B7 A4 2F 0 A 4A 1C 34 3B 2D
Octal 267 244 57 0 12 112 34 64 73 55
Binary 10110111 10100100 101111 0 1010 1001010 11100 110100 111011 101101

Color Harmonies of #B7A42F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7A42F

Black with #B7A42F

Text Example


Text Example

White with #B7A42F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7A42F; }

 p { color: rgb(183,164,47); }

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

background-color css

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

 a { background-color: rgb(183,164,47); }

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

border-color css

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

 span { border-color: rgb(183,164,47); }

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