Html Css Color HEX #B0AC1A Earls Green

📋 copy color: '#B0AC1A'

red 176 ◦ green 172 ◦ blue 26

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

Shades of Earls Green #B0AC1A

Tints of Earls Green #B0AC1A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 6.95%

R = 47.06%
G = 45.99%
B = 6.95%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.85

 K value IS 0.31

RGB Variations

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

Color information

#B0AC1A (or 0xB0AC1A) is known color: Earls Green. HEX triplet: B0, AC and 1A. RGB value is (176,172,26). Sum of RGB (Red+Green+Blue) = 176+172+26=374 (49% of max value = 765). Red value is 176 (69.14% from 255 or 47.06% from 374); Green value is 172 (67.58% from 255 or 45.99% from 374); Blue value is 26 (10.55% from 255 or 6.95% from 374); Max value from RGB is 176 - color contains mainly: red. Hex color #B0AC1A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B0AC1A is #4F53E5. Grayscale: #9D9D9D. Windows color (decimal): -5198822 or 1748144. OLE color: 1748144.

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

Color convert

RGB 176 172 26 -
CMYK 0 0.02 0.85 0.31
HSL 58.4º 0.74% 0.4% -
HSV(B) 58.4º 0.85% 0.69% -
XYZ 32.84 38.81 6.74 -
YUV 156.55 54.33 141.87 -
System Red Green Blue C M Y K H S L
Decimal 176 172 26 0 0.02 0.85 0.31 58.4 0.74 0.4
Hex B0 AC 1A 0 2 55 1F 3A 4A 28
Octal 260 254 32 0 2 125 37 72 112 50
Binary 10110000 10101100 11010 0 10 1010101 11111 111010 1001010 101000

Color Harmonies of #B0AC1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0AC1A

Black with #B0AC1A

Text Example


Text Example

White with #B0AC1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0AC1A; }

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

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

background-color css

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

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

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

border-color css

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

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

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