#B1A952

Color #B1A952 Olive Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Olive Green #B1A952

Tints of Olive Green #B1A952

Color information

#B1A952 (or 0xB1A952) is unknown color: approx Olive Green. HEX triplet: B1, A9 and 52. RGB value is (177,169,82). Sum of RGB (Red+Green+Blue) = 177+169+82=428 (56% of max value = 765). Red value is 177 (69.53% from 255 or 41.36% from 428); Green value is 169 (66.41% from 255 or 39.49% from 428); Blue value is 82 (32.42% from 255 or 19.16% from 428); Max value from RGB is 177 - color contains mainly: red. Hex color #B1A952 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B1A952 is #4E56AD. Grayscale: #A1A1A1. Windows color (decimal): -5133998 or 5417393. OLE color: 5417393.

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

Color convert

RGB17716982-
CMYK00.050.540.31
HSL54.95º37.85%50.78%-
HSV(B)54.95º53.67%69.41%-
XYZ33.8438.3313.6-
YUV161.4783.15139.07-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 41.36%
GREEN value IS 169 (66.41% from 255) = 39.49%
BLUE value IS 82 (32.42% from 255) = 19.16%
R=41.36%
G=39.49%
B=19.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.54
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1771698200.050.540.3154.9537.8550.78
HexB1A95205361F372633
Octal261251122056637674663
Binary10110001101010011010010010111011011111110111100110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1A952

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1A952; }

 p { color: rgb(177,169,82); }

 H1.HeaderClassName
 {
   color: #B1A952;
 }
 .AnyTagClassName
 {
   color: #B1A952;
 }
</style>
background-color css

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

 a { background-color: rgb(177,169,82); }

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

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

 span { border-color: rgb(177,169,82); }

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