#B7AF5B

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

Shades of Olive Green #B7AF5B

Tints of Olive Green #B7AF5B

Color information

#B7AF5B (or 0xB7AF5B) is unknown color: approx Olive Green. HEX triplet: B7, AF and 5B. RGB value is (183,175,91). Sum of RGB (Red+Green+Blue) = 183+175+91=449 (59% of max value = 765). Red value is 183 (71.88% from 255 or 40.76% from 449); Green value is 175 (68.75% from 255 or 38.98% from 449); Blue value is 91 (35.94% from 255 or 20.27% from 449); Max value from RGB is 183 - color contains mainly: red. Hex color #B7AF5B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B7AF5B is #4850A4. Grayscale: #A8A8A8. Windows color (decimal): -4739237 or 6008759. OLE color: 6008759.

HSL color Cylindrical-coordinate representation of color #B7AF5B: hue angle of 54.78º degrees, saturation: 0.39, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B7AF5B is Cyan = 0, Magento = 0.04, Yellow = 0.50 and Black (K on CMYK) = 0.28.

Color convert

RGB18317591-
CMYK00.040.500.28
HSL54.78º38.98%53.73%-
HSV(B)54.78º50.27%71.76%-
XYZ36.7541.4815.97-
YUV167.8284.65138.83-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 40.76%
GREEN value IS 175 (68.75% from 255) = 38.98%
BLUE value IS 91 (35.94% from 255) = 20.27%
R=40.76%
G=38.98%
B=20.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.50
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1831759100.040.500.2854.7838.9853.73
HexB7AF5B04321C372736
Octal267257133046234674766
Binary10110111101011111011011010011001011100110111100111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7AF5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7AF5B; }

 p { color: rgb(183,175,91); }

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

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

 a { background-color: rgb(183,175,91); }

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

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

 span { border-color: rgb(183,175,91); }

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