Html Css Color HEX #B0A424 Earls Green

📋 copy color: '#B0A424'

red 176 ◦ green 164 ◦ blue 36

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

Shades of Earls Green #B0A424

Tints of Earls Green #B0A424

RGB

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

 GREEN value IS 164 (64.45% from 255) = 43.62%

 BLUE value IS 36 (14.45% from 255) = 9.57%

R = 46.81%
G = 43.62%
B = 9.57%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.80

 K value IS 0.31

RGB Variations

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

Color information

#B0A424 (or 0xB0A424) is known color: Earls Green. HEX triplet: B0, A4 and 24. RGB value is (176,164,36). Sum of RGB (Red+Green+Blue) = 176+164+36=376 (49% of max value = 765). Red value is 176 (69.14% from 255 or 46.81% from 376); Green value is 164 (64.45% from 255 or 43.62% from 376); Blue value is 36 (14.45% from 255 or 9.57% from 376); Max value from RGB is 176 - color contains mainly: red. Hex color #B0A424 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B0A424 is #4F5BDB. Grayscale: #999999. Windows color (decimal): -5200860 or 2401456. OLE color: 2401456.

HSL color Cylindrical-coordinate representation of color #B0A424: hue angle of 54.86º degrees, saturation: 0.66, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B0A424 is Cyan = 0, Magento = 0.07, Yellow = 0.80 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 164 36 -
CMYK 0 0.07 0.80 0.31
HSL 54.86º 0.66% 0.42% -
HSV(B) 54.86º 0.8% 0.69% -
XYZ 31.5 35.91 6.94 -
YUV 153 61.98 144.41 -
System Red Green Blue C M Y K H S L
Decimal 176 164 36 0 0.07 0.80 0.31 54.86 0.66 0.42
Hex B0 A4 24 0 7 50 1F 37 42 2A
Octal 260 244 44 0 7 120 37 67 102 52
Binary 10110000 10100100 100100 0 111 1010000 11111 110111 1000010 101010

Color Harmonies of #B0A424

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0A424

Black with #B0A424

Text Example


Text Example

White with #B0A424

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0A424; }

 p { color: rgb(176,164,36); }

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

background-color css

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

 a { background-color: rgb(176,164,36); }

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

border-color css

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

 span { border-color: rgb(176,164,36); }

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