#B8B34E

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

Shades of Olive Green #B8B34E

Tints of Olive Green #B8B34E

Color information

#B8B34E (or 0xB8B34E) is unknown color: approx Olive Green. HEX triplet: B8, B3 and 4E. RGB value is (184,179,78). Sum of RGB (Red+Green+Blue) = 184+179+78=441 (58% of max value = 765). Red value is 184 (72.27% from 255 or 41.72% from 441); Green value is 179 (70.31% from 255 or 40.59% from 441); Blue value is 78 (30.86% from 255 or 17.69% from 441); Max value from RGB is 184 - color contains mainly: red. Hex color #B8B34E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B8B34E is #474CB1. Grayscale: #A9A9A9. Windows color (decimal): -4672690 or 5157816. OLE color: 5157816.

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

Color convert

RGB18417978-
CMYK00.030.580.28
HSL57.17º42.74%51.37%-
HSV(B)57.17º57.61%72.16%-
XYZ37.2642.9813.54-
YUV168.9876.66138.71-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 41.72%
GREEN value IS 179 (70.31% from 255) = 40.59%
BLUE value IS 78 (30.86% from 255) = 17.69%
R=41.72%
G=40.59%
B=17.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.58
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1841797800.030.580.2857.1742.7451.37
HexB8B34E033A1C392b33
Octal270263116037234715363
Binary1011100010110011100111001111101011100111001101011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8B34E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8B34E; }

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

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

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

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

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

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

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

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