#B8B64F

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

Shades of Olive Green #B8B64F

Tints of Olive Green #B8B64F

Color information

#B8B64F (or 0xB8B64F) is unknown color: approx Olive Green. HEX triplet: B8, B6 and 4F. RGB value is (184,182,79). Sum of RGB (Red+Green+Blue) = 184+182+79=445 (58% of max value = 765). Red value is 184 (72.27% from 255 or 41.35% from 445); Green value is 182 (71.48% from 255 or 40.90% from 445); Blue value is 79 (31.25% from 255 or 17.75% from 445); Max value from RGB is 184 - color contains mainly: red. Hex color #B8B64F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B8B64F is #4749B0. Grayscale: #ABABAB. Windows color (decimal): -4671921 or 5224120. OLE color: 5224120.

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

Color convert

RGB18418279-
CMYK00.010.570.28
HSL58.86º42.51%51.57%-
HSV(B)58.86º57.07%72.16%-
XYZ37.9144.2113.93-
YUV170.8676.16137.38-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 41.35%
GREEN value IS 182 (71.48% from 255) = 40.90%
BLUE value IS 79 (31.25% from 255) = 17.75%
R=41.35%
G=40.90%
B=17.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.57
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1841827900.010.570.2858.8642.5151.57
HexB8B64F01391C3b2b34
Octal270266117017134735364
Binary101110001011011010011110111100111100111011101011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8B64F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8B64F; }

 p { color: rgb(184,182,79); }

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

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

 a { background-color: rgb(184,182,79); }

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

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

 span { border-color: rgb(184,182,79); }

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