Html Css Color HEX #B9A713 Earls Green

📋 copy color: '#B9A713'

red 185 ◦ green 167 ◦ blue 19

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

Shades of Earls Green #B9A713

Tints of Earls Green #B9A713

RGB

 RED value IS 185 (72.66% from 255) = 49.87%

 GREEN value IS 167 (65.63% from 255) = 45.01%

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

R = 49.87%
G = 45.01%
B = 5.12%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.90

 K value IS 0.27

RGB Variations

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

Color information

#B9A713 (or 0xB9A713) is known color: Earls Green. HEX triplet: B9, A7 and 13. RGB value is (185,167,19). Sum of RGB (Red+Green+Blue) = 185+167+19=371 (49% of max value = 765). Red value is 185 (72.66% from 255 or 49.87% from 371); Green value is 167 (65.62% from 255 or 45.01% from 371); Blue value is 19 (7.81% from 255 or 5.12% from 371); Max value from RGB is 185 - color contains mainly: red. Hex color #B9A713 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B9A713 is #4658EC. Grayscale: #9C9C9C. Windows color (decimal): -4610285 or 1288121. OLE color: 1288121.

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

Color convert

RGB 185 167 19 -
CMYK 0 0.10 0.90 0.27
HSL 53.49º 0.81% 0.4% -
HSV(B) 53.49º 0.9% 0.73% -
XYZ 33.94 38 6.16 -
YUV 155.51 50.96 149.03 -
System Red Green Blue C M Y K H S L
Decimal 185 167 19 0 0.10 0.90 0.27 53.49 0.81 0.4
Hex B9 A7 13 0 A 5A 1B 35 51 28
Octal 271 247 23 0 12 132 33 65 121 50
Binary 10111001 10100111 10011 0 1010 1011010 11011 110101 1010001 101000

Color Harmonies of #B9A713

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9A713

Black with #B9A713

Text Example


Text Example

White with #B9A713

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9A713; }

 p { color: rgb(185,167,19); }

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

background-color css

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

 a { background-color: rgb(185,167,19); }

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

border-color css

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

 span { border-color: rgb(185,167,19); }

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