Html Css Color HEX #B0AD11 Earls Green

📋 copy color: '#B0AD11'

red 176 ◦ green 173 ◦ blue 17

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

Shades of Earls Green #B0AD11

Tints of Earls Green #B0AD11

RGB

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

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

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

R = 48.09%
G = 47.27%
B = 4.64%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.90

 K value IS 0.31

RGB Variations

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

Color information

#B0AD11 (or 0xB0AD11) is known color: Earls Green. HEX triplet: B0, AD and 11. RGB value is (176,173,17). Sum of RGB (Red+Green+Blue) = 176+173+17=366 (48% of max value = 765). Red value is 176 (69.14% from 255 or 48.09% from 366); Green value is 173 (67.97% from 255 or 47.27% from 366); Blue value is 17 (7.03% from 255 or 4.64% from 366); Max value from RGB is 176 - color contains mainly: red. Hex color #B0AD11 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B0AD11 is #4F52EE. Grayscale: #9C9C9C. Windows color (decimal): -5198575 or 1158576. OLE color: 1158576.

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

Color convert

RGB 176 173 17 -
CMYK 0 0.02 0.90 0.31
HSL 58.87º 0.82% 0.38% -
HSV(B) 58.87º 0.9% 0.69% -
XYZ 32.95 39.16 6.35 -
YUV 156.11 49.49 142.18 -
System Red Green Blue C M Y K H S L
Decimal 176 173 17 0 0.02 0.90 0.31 58.87 0.82 0.38
Hex B0 AD 11 0 2 5A 1F 3B 52 26
Octal 260 255 21 0 2 132 37 73 122 46
Binary 10110000 10101101 10001 0 10 1011010 11111 111011 1010010 100110

Color Harmonies of #B0AD11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0AD11

Black with #B0AD11

Text Example


Text Example

White with #B0AD11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0AD11; }

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

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

background-color css

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

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

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

border-color css

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

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

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