Html Css Color HEX #B9AD15 Earls Green

📋 copy color: '#B9AD15'

red 185 ◦ green 173 ◦ blue 21

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

Shades of Earls Green #B9AD15

Tints of Earls Green #B9AD15

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 5.54%

R = 48.81%
G = 45.65%
B = 5.54%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.89

 K value IS 0.27

RGB Variations

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

Color information

#B9AD15 (or 0xB9AD15) is known color: Earls Green. HEX triplet: B9, AD and 15. RGB value is (185,173,21). Sum of RGB (Red+Green+Blue) = 185+173+21=379 (50% of max value = 765). Red value is 185 (72.66% from 255 or 48.81% from 379); Green value is 173 (67.97% from 255 or 45.65% from 379); Blue value is 21 (8.59% from 255 or 5.54% from 379); Max value from RGB is 185 - color contains mainly: red. Hex color #B9AD15 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B9AD15 is #4652EA. Grayscale: #9F9F9F. Windows color (decimal): -4608747 or 1420729. OLE color: 1420729.

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

Color convert

RGB 185 173 21 -
CMYK 0 0.06 0.89 0.27
HSL 55.61º 0.8% 0.4% -
HSV(B) 55.61º 0.89% 0.73% -
XYZ 35.09 40.26 6.63 -
YUV 159.26 49.98 146.36 -
System Red Green Blue C M Y K H S L
Decimal 185 173 21 0 0.06 0.89 0.27 55.61 0.8 0.4
Hex B9 AD 15 0 6 59 1B 38 50 28
Octal 271 255 25 0 6 131 33 70 120 50
Binary 10111001 10101101 10101 0 110 1011001 11011 111000 1010000 101000

Color Harmonies of #B9AD15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9AD15

Black with #B9AD15

Text Example


Text Example

White with #B9AD15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9AD15; }

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

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

background-color css

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

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

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

border-color css

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

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

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