Html Css Color HEX #B0AD13 Earls Green

📋 copy color: '#B0AD13'

red 176 ◦ green 173 ◦ blue 19

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

Shades of Earls Green #B0AD13

Tints of Earls Green #B0AD13

RGB

 RED value IS 176 (69.14% from 255) = 47.83%

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

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

R = 47.83%
G = 47.01%
B = 5.16%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.89

 K value IS 0.31

RGB Variations

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

Color information

#B0AD13 (or 0xB0AD13) is known color: Earls Green. HEX triplet: B0, AD and 13. RGB value is (176,173,19). Sum of RGB (Red+Green+Blue) = 176+173+19=368 (48% of max value = 765). Red value is 176 (69.14% from 255 or 47.83% from 368); Green value is 173 (67.97% from 255 or 47.01% from 368); Blue value is 19 (7.81% from 255 or 5.16% from 368); Max value from RGB is 176 - color contains mainly: red. Hex color #B0AD13 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B0AD13 is #4F52EC. Grayscale: #9C9C9C. Windows color (decimal): -5198573 or 1289648. OLE color: 1289648.

HSL color Cylindrical-coordinate representation of color #B0AD13: hue angle of 58.85º degrees, saturation: 0.81, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B0AD13 is Cyan = 0, Magento = 0.02, Yellow = 0.89 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 173 19 -
CMYK 0 0.02 0.89 0.31
HSL 58.85º 0.81% 0.38% -
HSV(B) 58.85º 0.89% 0.69% -
XYZ 32.97 39.16 6.44 -
YUV 156.34 50.49 142.02 -
System Red Green Blue C M Y K H S L
Decimal 176 173 19 0 0.02 0.89 0.31 58.85 0.81 0.38
Hex B0 AD 13 0 2 59 1F 3B 51 26
Octal 260 255 23 0 2 131 37 73 121 46
Binary 10110000 10101101 10011 0 10 1011001 11111 111011 1010001 100110

Color Harmonies of #B0AD13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0AD13

Black with #B0AD13

Text Example


Text Example

White with #B0AD13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0AD13; }

 p { color: rgb(176,173,19); }

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

background-color css

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

 a { background-color: rgb(176,173,19); }

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

border-color css

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

 span { border-color: rgb(176,173,19); }

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