Html Css Color HEX #B0AA2D Earls Green

📋 copy color: '#B0AA2D'

red 176 ◦ green 170 ◦ blue 45

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

Shades of Earls Green #B0AA2D

Tints of Earls Green #B0AA2D

RGB

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

 GREEN value IS 170 (66.8% from 255) = 43.48%

 BLUE value IS 45 (17.97% from 255) = 11.51%

R = 45.01%
G = 43.48%
B = 11.51%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.74

 K value IS 0.31

RGB Variations

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

Color information

#B0AA2D (or 0xB0AA2D) is known color: Earls Green. HEX triplet: B0, AA and 2D. RGB value is (176,170,45). Sum of RGB (Red+Green+Blue) = 176+170+45=391 (51% of max value = 765). Red value is 176 (69.14% from 255 or 45.01% from 391); Green value is 170 (66.80% from 255 or 43.48% from 391); Blue value is 45 (17.97% from 255 or 11.51% from 391); Max value from RGB is 176 - color contains mainly: red. Hex color #B0AA2D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B0AA2D is #4F55D2. Grayscale: #9E9E9E. Windows color (decimal): -5199315 or 2992816. OLE color: 2992816.

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

Color convert

RGB 176 170 45 -
CMYK 0 0.03 0.74 0.31
HSL 57.25º 0.59% 0.43% -
HSV(B) 57.25º 0.74% 0.69% -
XYZ 32.75 38.17 8.12 -
YUV 157.54 64.49 141.16 -
System Red Green Blue C M Y K H S L
Decimal 176 170 45 0 0.03 0.74 0.31 57.25 0.59 0.43
Hex B0 AA 2D 0 3 4A 1F 39 3B 2B
Octal 260 252 55 0 3 112 37 71 73 53
Binary 10110000 10101010 101101 0 11 1001010 11111 111001 111011 101011

Color Harmonies of #B0AA2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0AA2D

Black with #B0AA2D

Text Example


Text Example

White with #B0AA2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0AA2D; }

 p { color: rgb(176,170,45); }

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

background-color css

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

 a { background-color: rgb(176,170,45); }

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

border-color css

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

 span { border-color: rgb(176,170,45); }

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