Html Css Color HEX #B1AC11 Earls Green

📋 copy color: '#B1AC11'

red 177 ◦ green 172 ◦ blue 17

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

Shades of Earls Green #B1AC11

Tints of Earls Green #B1AC11

RGB

 RED value IS 177 (69.53% from 255) = 48.36%

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

 BLUE value IS 17 (7.03% from 255) = 4.64%

R = 48.36%
G = 46.99%
B = 4.64%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.90

 K value IS 0.31

RGB Variations

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

Color information

#B1AC11 (or 0xB1AC11) is known color: Earls Green. HEX triplet: B1, AC and 11. RGB value is (177,172,17). Sum of RGB (Red+Green+Blue) = 177+172+17=366 (48% of max value = 765). Red value is 177 (69.53% from 255 or 48.36% from 366); Green value is 172 (67.58% from 255 or 46.99% from 366); Blue value is 17 (7.03% from 255 or 4.64% from 366); Max value from RGB is 177 - color contains mainly: red. Hex color #B1AC11 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B1AC11 is #4E53EE. Grayscale: #9C9C9C. Windows color (decimal): -5133295 or 1158321. OLE color: 1158321.

HSL color Cylindrical-coordinate representation of color #B1AC11: hue angle of 58.12º degrees, saturation: 0.82, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B1AC11 is Cyan = 0, Magento = 0.03, Yellow = 0.90 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 172 17 -
CMYK 0 0.03 0.90 0.31
HSL 58.13º 0.82% 0.38% -
HSV(B) 58.13º 0.9% 0.69% -
XYZ 32.99 38.89 6.3 -
YUV 155.83 49.66 143.1 -
System Red Green Blue C M Y K H S L
Decimal 177 172 17 0 0.03 0.90 0.31 58.13 0.82 0.38
Hex B1 AC 11 0 3 5A 1F 3A 52 26
Octal 261 254 21 0 3 132 37 72 122 46
Binary 10110001 10101100 10001 0 11 1011010 11111 111010 1010010 100110

Color Harmonies of #B1AC11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1AC11

Black with #B1AC11

Text Example


Text Example

White with #B1AC11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1AC11; }

 p { color: rgb(177,172,17); }

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

background-color css

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

 a { background-color: rgb(177,172,17); }

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

border-color css

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

 span { border-color: rgb(177,172,17); }

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