#B7AF5A

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

Shades of Olive Green #B7AF5A

Tints of Olive Green #B7AF5A

Color information

#B7AF5A (or 0xB7AF5A) is unknown color: approx Olive Green. HEX triplet: B7, AF and 5A. RGB value is (183,175,90). Sum of RGB (Red+Green+Blue) = 183+175+90=448 (59% of max value = 765). Red value is 183 (71.88% from 255 or 40.85% from 448); Green value is 175 (68.75% from 255 or 39.06% from 448); Blue value is 90 (35.55% from 255 or 20.09% from 448); Max value from RGB is 183 - color contains mainly: red. Hex color #B7AF5A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B7AF5A is #4850A5. Grayscale: #A8A8A8. Windows color (decimal): -4739238 or 5943223. OLE color: 5943223.

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

Color convert

RGB18317590-
CMYK00.040.510.28
HSL54.84º39.24%53.53%-
HSV(B)54.84º50.82%71.76%-
XYZ36.741.4715.74-
YUV167.784.15138.91-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 40.85%
GREEN value IS 175 (68.75% from 255) = 39.06%
BLUE value IS 90 (35.55% from 255) = 20.09%
R=40.85%
G=39.06%
B=20.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.51
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1831759000.040.510.2854.8439.2453.53
HexB7AF5A04331C372736
Octal267257132046334674766
Binary10110111101011111011010010011001111100110111100111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7AF5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7AF5A; }

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

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

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

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

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

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

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

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