Html Css Color HEX #B1AC50 Olive Green

📋 copy color: '#B1AC50'

red 177 ◦ green 172 ◦ blue 80

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

Shades of Olive Green #B1AC50

Tints of Olive Green #B1AC50

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 18.65%

R = 41.26%
G = 40.09%
B = 18.65%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.55

 K value IS 0.31

RGB Variations

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

Color information

#B1AC50 (or 0xB1AC50) is known color: Olive Green. HEX triplet: B1, AC and 50. RGB value is (177,172,80). Sum of RGB (Red+Green+Blue) = 177+172+80=429 (56% of max value = 765). Red value is 177 (69.53% from 255 or 41.26% from 429); Green value is 172 (67.58% from 255 or 40.09% from 429); Blue value is 80 (31.64% from 255 or 18.65% from 429); Max value from RGB is 177 - color contains mainly: red. Hex color #B1AC50 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B1AC50 is #4E53AF. Grayscale: #A3A3A3. Windows color (decimal): -5133232 or 5287089. OLE color: 5287089.

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

Color convert

RGB 177 172 80 -
CMYK 0 0.03 0.55 0.31
HSL 56.91º 0.38% 0.5% -
HSV(B) 56.91º 0.55% 0.69% -
XYZ 34.33 39.43 13.39 -
YUV 163.01 81.16 137.98 -
System Red Green Blue C M Y K H S L
Decimal 177 172 80 0 0.03 0.55 0.31 56.91 0.38 0.5
Hex B1 AC 50 0 3 37 1F 39 26 32
Octal 261 254 120 0 3 67 37 71 46 62
Binary 10110001 10101100 1010000 0 11 110111 11111 111001 100110 110010

Color Harmonies of #B1AC50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1AC50

Black with #B1AC50

Text Example


Text Example

White with #B1AC50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1AC50; }

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

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

background-color css

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

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

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

border-color css

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

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

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