Html Css Color HEX #B1AC57 Olive Green

📋 copy color: '#B1AC57'

red 177 ◦ green 172 ◦ blue 87

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

Shades of Olive Green #B1AC57

Tints of Olive Green #B1AC57

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 19.95%

R = 40.6%
G = 39.45%
B = 19.95%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.51

 K value IS 0.31

RGB Variations

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

Color information

#B1AC57 (or 0xB1AC57) is known color: Olive Green. HEX triplet: B1, AC and 57. RGB value is (177,172,87). Sum of RGB (Red+Green+Blue) = 177+172+87=436 (57% of max value = 765). Red value is 177 (69.53% from 255 or 40.60% from 436); Green value is 172 (67.58% from 255 or 39.45% from 436); Blue value is 87 (34.38% from 255 or 19.95% from 436); Max value from RGB is 177 - color contains mainly: red. Hex color #B1AC57 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B1AC57 is #4E53A8. Grayscale: #A4A4A4. Windows color (decimal): -5133225 or 5745841. OLE color: 5745841.

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

Color convert

RGB 177 172 87 -
CMYK 0 0.03 0.51 0.31
HSL 56.67º 0.37% 0.52% -
HSV(B) 56.67º 0.51% 0.69% -
XYZ 34.6 39.54 14.83 -
YUV 163.81 84.66 137.41 -
System Red Green Blue C M Y K H S L
Decimal 177 172 87 0 0.03 0.51 0.31 56.67 0.37 0.52
Hex B1 AC 57 0 3 33 1F 39 25 34
Octal 261 254 127 0 3 63 37 71 45 64
Binary 10110001 10101100 1010111 0 11 110011 11111 111001 100101 110100

Color Harmonies of #B1AC57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1AC57

Black with #B1AC57

Text Example


Text Example

White with #B1AC57

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1AC57; }

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

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

background-color css

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

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

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

border-color css

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

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

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