Html Css Color HEX #B0A520 Earls Green

📋 copy color: '#B0A520'

red 176 ◦ green 165 ◦ blue 32

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

Shades of Earls Green #B0A520

Tints of Earls Green #B0A520

RGB

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

 GREEN value IS 165 (64.84% from 255) = 44.24%

 BLUE value IS 32 (12.89% from 255) = 8.58%

R = 47.18%
G = 44.24%
B = 8.58%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.82

 K value IS 0.31

RGB Variations

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

Color information

#B0A520 (or 0xB0A520) is known color: Earls Green. HEX triplet: B0, A5 and 20. RGB value is (176,165,32). Sum of RGB (Red+Green+Blue) = 176+165+32=373 (49% of max value = 765). Red value is 176 (69.14% from 255 or 47.18% from 373); Green value is 165 (64.84% from 255 or 44.24% from 373); Blue value is 32 (12.89% from 255 or 8.58% from 373); Max value from RGB is 176 - color contains mainly: red. Hex color #B0A520 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B0A520 is #4F5ADF. Grayscale: #999999. Windows color (decimal): -5200608 or 2139568. OLE color: 2139568.

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

Color convert

RGB 176 165 32 -
CMYK 0 0.06 0.82 0.31
HSL 55.42º 0.69% 0.41% -
HSV(B) 55.42º 0.82% 0.69% -
XYZ 31.62 36.24 6.7 -
YUV 153.13 59.64 144.31 -
System Red Green Blue C M Y K H S L
Decimal 176 165 32 0 0.06 0.82 0.31 55.42 0.69 0.41
Hex B0 A5 20 0 6 52 1F 37 45 29
Octal 260 245 40 0 6 122 37 67 105 51
Binary 10110000 10100101 100000 0 110 1010010 11111 110111 1000101 101001

Color Harmonies of #B0A520

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0A520

Black with #B0A520

Text Example


Text Example

White with #B0A520

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0A520; }

 p { color: rgb(176,165,32); }

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

background-color css

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

 a { background-color: rgb(176,165,32); }

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

border-color css

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

 span { border-color: rgb(176,165,32); }

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