Html Css Color HEX #B9A711 Earls Green

📋 copy color: '#B9A711'

red 185 ◦ green 167 ◦ blue 17

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

Shades of Earls Green #B9A711

Tints of Earls Green #B9A711

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 4.61%

R = 50.14%
G = 45.26%
B = 4.61%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.91

 K value IS 0.27

RGB Variations

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

Color information

#B9A711 (or 0xB9A711) is known color: Earls Green. HEX triplet: B9, A7 and 11. RGB value is (185,167,17). Sum of RGB (Red+Green+Blue) = 185+167+17=369 (48% of max value = 765). Red value is 185 (72.66% from 255 or 50.14% from 369); Green value is 167 (65.62% from 255 or 45.26% from 369); Blue value is 17 (7.03% from 255 or 4.61% from 369); Max value from RGB is 185 - color contains mainly: red. Hex color #B9A711 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B9A711 is #4658EE. Grayscale: #9B9B9B. Windows color (decimal): -4610287 or 1157049. OLE color: 1157049.

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

Color convert

RGB 185 167 17 -
CMYK 0 0.10 0.91 0.27
HSL 53.57º 0.83% 0.4% -
HSV(B) 53.57º 0.91% 0.73% -
XYZ 33.93 37.99 6.08 -
YUV 155.28 49.96 149.2 -
System Red Green Blue C M Y K H S L
Decimal 185 167 17 0 0.10 0.91 0.27 53.57 0.83 0.4
Hex B9 A7 11 0 A 5B 1B 36 53 28
Octal 271 247 21 0 12 133 33 66 123 50
Binary 10111001 10100111 10001 0 1010 1011011 11011 110110 1010011 101000

Color Harmonies of #B9A711

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9A711

Black with #B9A711

Text Example


Text Example

White with #B9A711

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9A711; }

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

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

background-color css

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

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

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

border-color css

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

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

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