#b8b659

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

Shades of Olive Green #B8B659

Tints of Olive Green #B8B659

Color information

#B8B659 (or 0xB8B659) is unknown color: approx Olive Green. HEX triplet: B8, B6 and 59. RGB value is (184,182,89). Sum of RGB (Red+Green+Blue) = 184+182+89=455 (60% of max value = 765). Red value is 184 (72.27% from 255 or 40.44% from 455); Green value is 182 (71.48% from 255 or 40% from 455); Blue value is 89 (35.16% from 255 or 19.56% from 455); Max value from RGB is 184 - color contains mainly: red. Hex color #B8B659 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B8B659 is #4749A6. Grayscale: #ACACAC. Windows color (decimal): -4671911 or 5879480. OLE color: 5879480.

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

Color convert

RGB18418289-
CMYK00.010.520.28
HSL58.74º40.08%53.53%-
HSV(B)58.74º51.63%72.16%-
XYZ38.344.3716-
YUV17281.16136.56-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 40.44%
GREEN value IS 182 (71.48% from 255) = 40%
BLUE value IS 89 (35.16% from 255) = 19.56%
R=40.44%
G=40%
B=19.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.52
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1841828900.010.520.2858.7440.0853.53
HexB8B65901341C3b2836
Octal270266131016434735066
Binary101110001011011010110010111010011100111011101000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b8b659

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b8b659; }

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

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

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

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

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

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

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

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