#B7B15F

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

Shades of Olive Green #B7B15F

Tints of Olive Green #B7B15F

Color information

#B7B15F (or 0xB7B15F) is unknown color: approx Olive Green. HEX triplet: B7, B1 and 5F. RGB value is (183,177,95). Sum of RGB (Red+Green+Blue) = 183+177+95=455 (60% of max value = 765). Red value is 183 (71.88% from 255 or 40.22% from 455); Green value is 177 (69.53% from 255 or 38.90% from 455); Blue value is 95 (37.5% from 255 or 20.88% from 455); Max value from RGB is 183 - color contains mainly: red. Hex color #B7B15F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B7B15F is #484EA0. Grayscale: #A9A9A9. Windows color (decimal): -4738721 or 6271415. OLE color: 6271415.

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

Color convert

RGB18317795-
CMYK00.030.480.28
HSL55.91º37.93%54.51%-
HSV(B)55.91º48.09%71.76%-
XYZ37.3242.3417.03-
YUV169.4585.99137.67-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 40.22%
GREEN value IS 177 (69.53% from 255) = 38.90%
BLUE value IS 95 (37.5% from 255) = 20.88%
R=40.22%
G=38.90%
B=20.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.48
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1831779500.030.480.2855.9137.9354.51
HexB7B15F03301C382637
Octal267261137036034704667
Binary1011011110110001101111101111000011100111000100110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7B15F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7B15F; }

 p { color: rgb(183,177,95); }

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

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

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

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

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

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

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