#B8B44D

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

Shades of Olive Green #B8B44D

Tints of Olive Green #B8B44D

Color information

#B8B44D (or 0xB8B44D) is unknown color: approx Olive Green. HEX triplet: B8, B4 and 4D. RGB value is (184,180,77). Sum of RGB (Red+Green+Blue) = 184+180+77=441 (58% of max value = 765). Red value is 184 (72.27% from 255 or 41.72% from 441); Green value is 180 (70.70% from 255 or 40.82% from 441); Blue value is 77 (30.47% from 255 or 17.46% from 441); Max value from RGB is 184 - color contains mainly: red. Hex color #B8B44D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B8B44D is #474BB2. Grayscale: #A9A9A9. Windows color (decimal): -4672435 or 5092536. OLE color: 5092536.

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

Color convert

RGB18418077-
CMYK00.020.580.28
HSL57.76º42.97%51.18%-
HSV(B)57.76º58.15%72.16%-
XYZ37.4343.3713.42-
YUV169.4575.83138.38-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 41.72%
GREEN value IS 180 (70.70% from 255) = 40.82%
BLUE value IS 77 (30.47% from 255) = 17.46%
R=41.72%
G=40.82%
B=17.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.58
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1841807700.020.580.2857.7642.9751.18
HexB8B44D023A1C3a2b33
Octal270264115027234725363
Binary1011100010110100100110101011101011100111010101011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8B44D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8B44D; }

 p { color: rgb(184,180,77); }

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

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

 a { background-color: rgb(184,180,77); }

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

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

 span { border-color: rgb(184,180,77); }

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