#B1B352

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

Shades of Olive Green #B1B352

Tints of Olive Green #B1B352

Color information

#B1B352 (or 0xB1B352) is unknown color: approx Olive Green. HEX triplet: B1, B3 and 52. RGB value is (177,179,82). Sum of RGB (Red+Green+Blue) = 177+179+82=438 (58% of max value = 765). Red value is 177 (69.53% from 255 or 40.41% from 438); Green value is 179 (70.31% from 255 or 40.87% from 438); Blue value is 82 (32.42% from 255 or 18.72% from 438); Max value from RGB is 179 - color contains mainly: green. Hex color #B1B352 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B1B352 is #4E4CAD. Grayscale: #A7A7A7. Windows color (decimal): -5131438 or 5419953. OLE color: 5419953.

HSL color Cylindrical-coordinate representation of color #B1B352: hue angle of 61.24º degrees, saturation: 0.39, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B1B352 is Cyan = 0.01, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.30.

Color convert

RGB17717982-
CMYK0.0100.540.30
HSL61.24º38.96%51.18%-
HSV(B)61.24º54.19%70.2%-
XYZ35.7742.214.24-
YUV167.3479.84134.89-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 40.41%
GREEN value IS 179 (70.31% from 255) = 40.87%
BLUE value IS 82 (32.42% from 255) = 18.72%
R=40.41%
G=40.87%
B=18.72%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal177179820.0100.540.3061.2438.9651.18
HexB1B35210361E3d2733
Octal261263122106636754763
Binary101100011011001110100101011011011110111101100111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1B352

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1B352; }

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

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

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

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

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

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

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

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