Html Css Color HEX #B0AC2E Earls Green

📋 copy color: '#B0AC2E'

red 176 ◦ green 172 ◦ blue 46

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

Shades of Earls Green #B0AC2E

Tints of Earls Green #B0AC2E

RGB

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

 GREEN value IS 172 (67.58% from 255) = 43.65%

 BLUE value IS 46 (18.36% from 255) = 11.68%

R = 44.67%
G = 43.65%
B = 11.68%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.74

 K value IS 0.31

RGB Variations

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

Color information

#B0AC2E (or 0xB0AC2E) is known color: Earls Green. HEX triplet: B0, AC and 2E. RGB value is (176,172,46). Sum of RGB (Red+Green+Blue) = 176+172+46=394 (52% of max value = 765). Red value is 176 (69.14% from 255 or 44.67% from 394); Green value is 172 (67.58% from 255 or 43.65% from 394); Blue value is 46 (18.36% from 255 or 11.68% from 394); Max value from RGB is 176 - color contains mainly: red. Hex color #B0AC2E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B0AC2E is #4F53D1. Grayscale: #9F9F9F. Windows color (decimal): -5198802 or 3058864. OLE color: 3058864.

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

Color convert

RGB 176 172 46 -
CMYK 0 0.02 0.74 0.31
HSL 58.15º 0.59% 0.44% -
HSV(B) 58.15º 0.74% 0.69% -
XYZ 33.15 38.93 8.35 -
YUV 158.83 64.33 140.25 -
System Red Green Blue C M Y K H S L
Decimal 176 172 46 0 0.02 0.74 0.31 58.15 0.59 0.44
Hex B0 AC 2E 0 2 4A 1F 3A 3B 2C
Octal 260 254 56 0 2 112 37 72 73 54
Binary 10110000 10101100 101110 0 10 1001010 11111 111010 111011 101100

Color Harmonies of #B0AC2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0AC2E

Black with #B0AC2E

Text Example


Text Example

White with #B0AC2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0AC2E; }

 p { color: rgb(176,172,46); }

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

background-color css

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

 a { background-color: rgb(176,172,46); }

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

border-color css

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

 span { border-color: rgb(176,172,46); }

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