Html Css Color HEX #B0AC1D Earls Green

📋 copy color: '#B0AC1D'

red 176 ◦ green 172 ◦ blue 29

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

Shades of Earls Green #B0AC1D

Tints of Earls Green #B0AC1D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 7.69%

R = 46.68%
G = 45.62%
B = 7.69%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.84

 K value IS 0.31

RGB Variations

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

Color information

#B0AC1D (or 0xB0AC1D) is known color: Earls Green. HEX triplet: B0, AC and 1D. RGB value is (176,172,29). Sum of RGB (Red+Green+Blue) = 176+172+29=377 (49% of max value = 765). Red value is 176 (69.14% from 255 or 46.68% from 377); Green value is 172 (67.58% from 255 or 45.62% from 377); Blue value is 29 (11.72% from 255 or 7.69% from 377); Max value from RGB is 176 - color contains mainly: red. Hex color #B0AC1D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B0AC1D is #4F53E2. Grayscale: #9D9D9D. Windows color (decimal): -5198819 or 1944752. OLE color: 1944752.

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

Color convert

RGB 176 172 29 -
CMYK 0 0.02 0.84 0.31
HSL 58.37º 0.72% 0.4% -
HSV(B) 58.37º 0.84% 0.69% -
XYZ 32.88 38.82 6.92 -
YUV 156.89 55.83 141.63 -
System Red Green Blue C M Y K H S L
Decimal 176 172 29 0 0.02 0.84 0.31 58.37 0.72 0.4
Hex B0 AC 1D 0 2 54 1F 3A 48 28
Octal 260 254 35 0 2 124 37 72 110 50
Binary 10110000 10101100 11101 0 10 1010100 11111 111010 1001000 101000

Color Harmonies of #B0AC1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0AC1D

Black with #B0AC1D

Text Example


Text Example

White with #B0AC1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0AC1D; }

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

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

background-color css

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

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

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

border-color css

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

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

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