Html Css Color HEX #B0A829 Earls Green

📋 copy color: '#B0A829'

red 176 ◦ green 168 ◦ blue 41

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

Shades of Earls Green #B0A829

Tints of Earls Green #B0A829

RGB

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

 GREEN value IS 168 (66.02% from 255) = 43.64%

 BLUE value IS 41 (16.41% from 255) = 10.65%

R = 45.71%
G = 43.64%
B = 10.65%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.77

 K value IS 0.31

RGB Variations

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

Color information

#B0A829 (or 0xB0A829) is known color: Earls Green. HEX triplet: B0, A8 and 29. RGB value is (176,168,41). Sum of RGB (Red+Green+Blue) = 176+168+41=385 (50% of max value = 765). Red value is 176 (69.14% from 255 or 45.71% from 385); Green value is 168 (66.02% from 255 or 43.64% from 385); Blue value is 41 (16.41% from 255 or 10.65% from 385); Max value from RGB is 176 - color contains mainly: red. Hex color #B0A829 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B0A829 is #4F57D6. Grayscale: #9C9C9C. Windows color (decimal): -5199831 or 2730160. OLE color: 2730160.

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

Color convert

RGB 176 168 41 -
CMYK 0 0.05 0.77 0.31
HSL 56.44º 0.62% 0.43% -
HSV(B) 56.44º 0.77% 0.69% -
XYZ 32.31 37.4 7.61 -
YUV 155.91 63.15 142.33 -
System Red Green Blue C M Y K H S L
Decimal 176 168 41 0 0.05 0.77 0.31 56.44 0.62 0.43
Hex B0 A8 29 0 5 4D 1F 38 3E 2B
Octal 260 250 51 0 5 115 37 70 76 53
Binary 10110000 10101000 101001 0 101 1001101 11111 111000 111110 101011

Color Harmonies of #B0A829

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0A829

Black with #B0A829

Text Example


Text Example

White with #B0A829

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0A829; }

 p { color: rgb(176,168,41); }

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

background-color css

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

 a { background-color: rgb(176,168,41); }

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

border-color css

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

 span { border-color: rgb(176,168,41); }

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