#B1B15C

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

Shades of Olive Green #B1B15C

Tints of Olive Green #B1B15C

Color information

#B1B15C (or 0xB1B15C) is unknown color: approx Olive Green. HEX triplet: B1, B1 and 5C. RGB value is (177,177,92). Sum of RGB (Red+Green+Blue) = 177+177+92=446 (59% of max value = 765). Red value is 177 (69.53% from 255 or 39.69% from 446); Green value is 177 (69.53% from 255 or 39.69% from 446); Blue value is 92 (36.33% from 255 or 20.63% from 446); Max value from RGB is 177 - color contains mainly: red, green. Hex color #B1B15C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B1B15C is #4E4EA3. Grayscale: #A7A7A7. Windows color (decimal): -5131940 or 6074801. OLE color: 6074801.

HSL color Cylindrical-coordinate representation of color #B1B15C: hue angle of 60º degrees, saturation: 0.35, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #B1B15C is Cyan = 0, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.31.

Color convert

RGB17717792-
CMYK000.480.31
HSL60º35.27%52.75%-
HSV(B)60º48.02%69.41%-
XYZ35.7941.5616.26-
YUV167.3185.5134.91-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 39.69%
GREEN value IS 177 (69.53% from 255) = 39.69%
BLUE value IS 92 (36.33% from 255) = 20.63%
R=39.69%
G=39.69%
B=20.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17717792000.480.316035.2752.75
HexB1B15C00301F3c2335
Octal261261134006037744365
Binary101100011011000110111000011000011111111100100011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1B15C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1B15C; }

 p { color: rgb(177,177,92); }

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

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

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

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

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

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

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