Html Css Color HEX #B1AC2D Earls Green

📋 copy color: '#B1AC2D'

red 177 ◦ green 172 ◦ blue 45

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

Shades of Earls Green #B1AC2D

Tints of Earls Green #B1AC2D

RGB

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

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

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

R = 44.92%
G = 43.65%
B = 11.42%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.75

 K value IS 0.31

RGB Variations

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

Color information

#B1AC2D (or 0xB1AC2D) is known color: Earls Green. HEX triplet: B1, AC and 2D. RGB value is (177,172,45). Sum of RGB (Red+Green+Blue) = 177+172+45=394 (52% of max value = 765). Red value is 177 (69.53% from 255 or 44.92% from 394); Green value is 172 (67.58% from 255 or 43.65% from 394); Blue value is 45 (17.97% from 255 or 11.42% from 394); Max value from RGB is 177 - color contains mainly: red. Hex color #B1AC2D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B1AC2D is #4E53D2. Grayscale: #9F9F9F. Windows color (decimal): -5133267 or 2993329. OLE color: 2993329.

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

Color convert

RGB 177 172 45 -
CMYK 0 0.03 0.75 0.31
HSL 57.73º 0.59% 0.44% -
HSV(B) 57.73º 0.75% 0.69% -
XYZ 33.36 39.04 8.26 -
YUV 159.02 63.66 140.83 -
System Red Green Blue C M Y K H S L
Decimal 177 172 45 0 0.03 0.75 0.31 57.73 0.59 0.44
Hex B1 AC 2D 0 3 4B 1F 3A 3B 2C
Octal 261 254 55 0 3 113 37 72 73 54
Binary 10110001 10101100 101101 0 11 1001011 11111 111010 111011 101100

Color Harmonies of #B1AC2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1AC2D

Black with #B1AC2D

Text Example


Text Example

White with #B1AC2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1AC2D; }

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

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

background-color css

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

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

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

border-color css

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

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

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