#B7BA55

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

Shades of Olive Green #B7BA55

Tints of Olive Green #B7BA55

Color information

#B7BA55 (or 0xB7BA55) is unknown color: approx Olive Green. HEX triplet: B7, BA and 55. RGB value is (183,186,85). Sum of RGB (Red+Green+Blue) = 183+186+85=454 (60% of max value = 765). Red value is 183 (71.88% from 255 or 40.31% from 454); Green value is 186 (73.05% from 255 or 40.97% from 454); Blue value is 85 (33.59% from 255 or 18.72% from 454); Max value from RGB is 186 - color contains mainly: green. Hex color #B7BA55 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B7BA55 is #4845AA. Grayscale: #ADADAD. Windows color (decimal): -4736427 or 5618359. OLE color: 5618359.

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

Color convert

RGB18318685-
CMYK0.0200.540.27
HSL61.78º42.26%53.14%-
HSV(B)61.78º54.3%72.94%-
XYZ38.7345.8415.4-
YUV173.5978.01134.71-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 40.31%
GREEN value IS 186 (73.05% from 255) = 40.97%
BLUE value IS 85 (33.59% from 255) = 18.72%
R=40.31%
G=40.97%
B=18.72%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal183186850.0200.540.2761.7842.2653.14
HexB7BA5520361B3e2a35
Octal267272125206633765265
Binary1011011110111010101010110011011011011111110101010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7BA55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7BA55; }

 p { color: rgb(183,186,85); }

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

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

 a { background-color: rgb(183,186,85); }

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

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

 span { border-color: rgb(183,186,85); }

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