Html Css Color HEX #B0A928 Earls Green

📋 copy color: '#B0A928'

red 176 ◦ green 169 ◦ blue 40

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

Shades of Earls Green #B0A928

Tints of Earls Green #B0A928

RGB

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

 GREEN value IS 169 (66.41% from 255) = 43.9%

 BLUE value IS 40 (16.02% from 255) = 10.39%

R = 45.71%
G = 43.9%
B = 10.39%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.77

 K value IS 0.31

RGB Variations

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

Color information

#B0A928 (or 0xB0A928) is known color: Earls Green. HEX triplet: B0, A9 and 28. RGB value is (176,169,40). Sum of RGB (Red+Green+Blue) = 176+169+40=385 (50% of max value = 765). Red value is 176 (69.14% from 255 or 45.71% from 385); Green value is 169 (66.41% from 255 or 43.90% from 385); Blue value is 40 (16.02% from 255 or 10.39% from 385); Max value from RGB is 176 - color contains mainly: red. Hex color #B0A928 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B0A928 is #4F56D7. Grayscale: #9C9C9C. Windows color (decimal): -5199576 or 2664880. OLE color: 2664880.

HSL color Cylindrical-coordinate representation of color #B0A928: hue angle of 56.91º degrees, saturation: 0.63, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B0A928 is Cyan = 0, Magento = 0.04, Yellow = 0.77 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 169 40 -
CMYK 0 0.04 0.77 0.31
HSL 56.91º 0.63% 0.42% -
HSV(B) 56.91º 0.77% 0.69% -
XYZ 32.48 37.76 7.58 -
YUV 156.39 62.32 141.99 -
System Red Green Blue C M Y K H S L
Decimal 176 169 40 0 0.04 0.77 0.31 56.91 0.63 0.42
Hex B0 A9 28 0 4 4D 1F 39 3F 2A
Octal 260 251 50 0 4 115 37 71 77 52
Binary 10110000 10101001 101000 0 100 1001101 11111 111001 111111 101010

Color Harmonies of #B0A928

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0A928

Black with #B0A928

Text Example


Text Example

White with #B0A928

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0A928; }

 p { color: rgb(176,169,40); }

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

background-color css

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

 a { background-color: rgb(176,169,40); }

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

border-color css

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

 span { border-color: rgb(176,169,40); }

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