#B7AE4F

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

Shades of Olive Green #B7AE4F

Tints of Olive Green #B7AE4F

Color information

#B7AE4F (or 0xB7AE4F) is unknown color: approx Olive Green. HEX triplet: B7, AE and 4F. RGB value is (183,174,79). Sum of RGB (Red+Green+Blue) = 183+174+79=436 (57% of max value = 765). Red value is 183 (71.88% from 255 or 41.97% from 436); Green value is 174 (68.36% from 255 or 39.91% from 436); Blue value is 79 (31.25% from 255 or 18.12% from 436); Max value from RGB is 183 - color contains mainly: red. Hex color #B7AE4F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B7AE4F is #4851B0. Grayscale: #A6A6A6. Windows color (decimal): -4739505 or 5222071. OLE color: 5222071.

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

Color convert

RGB18317479-
CMYK00.050.570.28
HSL54.81º41.94%51.37%-
HSV(B)54.81º56.83%71.76%-
XYZ36.0840.913.39-
YUV165.8678.98140.22-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 41.97%
GREEN value IS 174 (68.36% from 255) = 39.91%
BLUE value IS 79 (31.25% from 255) = 18.12%
R=41.97%
G=39.91%
B=18.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.57
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1831747900.050.570.2854.8141.9451.37
HexB7AE4F05391C372a33
Octal267256117057134675263
Binary10110111101011101001111010111100111100110111101010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7AE4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7AE4F; }

 p { color: rgb(183,174,79); }

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

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

 a { background-color: rgb(183,174,79); }

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

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

 span { border-color: rgb(183,174,79); }

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