Html Css Color HEX #B7A513 Earls Green

📋 copy color: '#B7A513'

red 183 ◦ green 165 ◦ blue 19

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

Shades of Earls Green #B7A513

Tints of Earls Green #B7A513

RGB

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

 GREEN value IS 165 (64.84% from 255) = 44.96%

 BLUE value IS 19 (7.81% from 255) = 5.18%

R = 49.86%
G = 44.96%
B = 5.18%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.90

 K value IS 0.28

RGB Variations

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

Color information

#B7A513 (or 0xB7A513) is known color: Earls Green. HEX triplet: B7, A5 and 13. RGB value is (183,165,19). Sum of RGB (Red+Green+Blue) = 183+165+19=367 (48% of max value = 765). Red value is 183 (71.88% from 255 or 49.86% from 367); Green value is 165 (64.84% from 255 or 44.96% from 367); Blue value is 19 (7.81% from 255 or 5.18% from 367); Max value from RGB is 183 - color contains mainly: red. Hex color #B7A513 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B7A513 is #485AEC. Grayscale: #9A9A9A. Windows color (decimal): -4741869 or 1287607. OLE color: 1287607.

HSL color Cylindrical-coordinate representation of color #B7A513: hue angle of 53.41º degrees, saturation: 0.81, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B7A513 is Cyan = 0, Magento = 0.10, Yellow = 0.90 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 165 19 -
CMYK 0 0.10 0.90 0.28
HSL 53.41º 0.81% 0.4% -
HSV(B) 53.41º 0.9% 0.72% -
XYZ 33.1 37.02 6.02 -
YUV 153.74 51.96 148.87 -
System Red Green Blue C M Y K H S L
Decimal 183 165 19 0 0.10 0.90 0.28 53.41 0.81 0.4
Hex B7 A5 13 0 A 5A 1C 35 51 28
Octal 267 245 23 0 12 132 34 65 121 50
Binary 10110111 10100101 10011 0 1010 1011010 11100 110101 1010001 101000

Color Harmonies of #B7A513

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7A513

Black with #B7A513

Text Example


Text Example

White with #B7A513

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7A513; }

 p { color: rgb(183,165,19); }

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

background-color css

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

 a { background-color: rgb(183,165,19); }

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

border-color css

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

 span { border-color: rgb(183,165,19); }

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