Html Css Color HEX #B9AD11 Earls Green

📋 copy color: '#B9AD11'

red 185 ◦ green 173 ◦ blue 17

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

Shades of Earls Green #B9AD11

Tints of Earls Green #B9AD11

RGB

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

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

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

R = 49.33%
G = 46.13%
B = 4.53%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.91

 K value IS 0.27

RGB Variations

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

Color information

#B9AD11 (or 0xB9AD11) is known color: Earls Green. HEX triplet: B9, AD and 11. RGB value is (185,173,17). Sum of RGB (Red+Green+Blue) = 185+173+17=375 (49% of max value = 765). Red value is 185 (72.66% from 255 or 49.33% from 375); Green value is 173 (67.97% from 255 or 46.13% from 375); Blue value is 17 (7.03% from 255 or 4.53% from 375); Max value from RGB is 185 - color contains mainly: red. Hex color #B9AD11 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B9AD11 is #4652EE. Grayscale: #9F9F9F. Windows color (decimal): -4608751 or 1158585. OLE color: 1158585.

HSL color Cylindrical-coordinate representation of color #B9AD11: hue angle of 55.71º 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 #B9AD11 is Cyan = 0, Magento = 0.06, Yellow = 0.91 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 173 17 -
CMYK 0 0.06 0.91 0.27
HSL 55.71º 0.83% 0.4% -
HSV(B) 55.71º 0.91% 0.73% -
XYZ 35.05 40.24 6.45 -
YUV 158.8 47.98 146.68 -
System Red Green Blue C M Y K H S L
Decimal 185 173 17 0 0.06 0.91 0.27 55.71 0.83 0.4
Hex B9 AD 11 0 6 5B 1B 38 53 28
Octal 271 255 21 0 6 133 33 70 123 50
Binary 10111001 10101101 10001 0 110 1011011 11011 111000 1010011 101000

Color Harmonies of #B9AD11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9AD11

Black with #B9AD11

Text Example


Text Example

White with #B9AD11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9AD11; }

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

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

background-color css

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

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

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

border-color css

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

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

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