#B5B854

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

Shades of Olive Green #B5B854

Tints of Olive Green #B5B854

Color information

#B5B854 (or 0xB5B854) is unknown color: approx Olive Green. HEX triplet: B5, B8 and 54. RGB value is (181,184,84). Sum of RGB (Red+Green+Blue) = 181+184+84=449 (59% of max value = 765). Red value is 181 (71.09% from 255 or 40.31% from 449); Green value is 184 (72.27% from 255 or 40.98% from 449); Blue value is 84 (33.20% from 255 or 18.71% from 449); Max value from RGB is 184 - color contains mainly: green. Hex color #B5B854 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B5B854 is #4A47AB. Grayscale: #ACACAC. Windows color (decimal): -4868012 or 5552309. OLE color: 5552309.

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

Color convert

RGB18118484-
CMYK0.0200.540.28
HSL61.8º41.32%52.55%-
HSV(B)61.8º54.35%72.16%-
XYZ37.844.7415.03-
YUV171.778.51134.63-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 40.31%
GREEN value IS 184 (72.27% from 255) = 40.98%
BLUE value IS 84 (33.20% from 255) = 18.71%
R=40.31%
G=40.98%
B=18.71%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal181184840.0200.540.2861.841.3252.55
HexB5B85420361C3e2935
Octal265270124206634765165
Binary1011010110111000101010010011011011100111110101001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5B854

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5B854; }

 p { color: rgb(181,184,84); }

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

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

 a { background-color: rgb(181,184,84); }

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

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

 span { border-color: rgb(181,184,84); }

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