#B7B34E

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

Shades of Olive Green #B7B34E

Tints of Olive Green #B7B34E

Color information

#B7B34E (or 0xB7B34E) is unknown color: approx Olive Green. HEX triplet: B7, B3 and 4E. RGB value is (183,179,78). Sum of RGB (Red+Green+Blue) = 183+179+78=440 (58% of max value = 765). Red value is 183 (71.88% from 255 or 41.59% from 440); Green value is 179 (70.31% from 255 or 40.68% from 440); Blue value is 78 (30.86% from 255 or 17.73% from 440); Max value from RGB is 183 - color contains mainly: red. Hex color #B7B34E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B7B34E is #484CB1. Grayscale: #A9A9A9. Windows color (decimal): -4738226 or 5157815. OLE color: 5157815.

HSL color Cylindrical-coordinate representation of color #B7B34E: hue angle of 57.71º 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 #B7B34E is Cyan = 0, Magento = 0.02, Yellow = 0.57 and Black (K on CMYK) = 0.28.

Color convert

RGB18317978-
CMYK00.020.570.28
HSL57.71º42.17%51.18%-
HSV(B)57.71º57.38%71.76%-
XYZ37.0242.8613.53-
YUV168.6876.83138.21-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 41.59%
GREEN value IS 179 (70.31% from 255) = 40.68%
BLUE value IS 78 (30.86% from 255) = 17.73%
R=41.59%
G=40.68%
B=17.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.57
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1831797800.020.570.2857.7142.1751.18
HexB7B34E02391C3a2a33
Octal267263116027134725263
Binary1011011110110011100111001011100111100111010101010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7B34E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7B34E; }

 p { color: rgb(183,179,78); }

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

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

 a { background-color: rgb(183,179,78); }

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

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

 span { border-color: rgb(183,179,78); }

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