#B7B95D

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

Shades of Olive Green #B7B95D

Tints of Olive Green #B7B95D

Color information

#B7B95D (or 0xB7B95D) is unknown color: approx Olive Green. HEX triplet: B7, B9 and 5D. RGB value is (183,185,93). Sum of RGB (Red+Green+Blue) = 183+185+93=461 (61% of max value = 765). Red value is 183 (71.88% from 255 or 39.70% from 461); Green value is 185 (72.66% from 255 or 40.13% from 461); Blue value is 93 (36.72% from 255 or 20.17% from 461); Max value from RGB is 185 - color contains mainly: green. Hex color #B7B95D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B7B95D is #4846A2. Grayscale: #AEAEAE. Windows color (decimal): -4736675 or 6142391. OLE color: 6142391.

HSL color Cylindrical-coordinate representation of color #B7B95D: hue angle of 61.3º degrees, saturation: 0.4, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B7B95D is Cyan = 0.01, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.27.

Color convert

RGB18318593-
CMYK0.0100.500.27
HSL61.3º39.66%54.51%-
HSV(B)61.3º49.73%72.55%-
XYZ38.8545.5617.1-
YUV173.9182.34134.48-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 39.70%
GREEN value IS 185 (72.66% from 255) = 40.13%
BLUE value IS 93 (36.72% from 255) = 20.17%
R=39.70%
G=40.13%
B=20.17%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal183185930.0100.500.2761.339.6654.51
HexB7B95D10321B3d2837
Octal267271135106233755067
Binary101101111011100110111011011001011011111101101000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7B95D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7B95D; }

 p { color: rgb(183,185,93); }

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

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

 a { background-color: rgb(183,185,93); }

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

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

 span { border-color: rgb(183,185,93); }

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