#B4BA56

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

Shades of Olive Green #B4BA56

Tints of Olive Green #B4BA56

Color information

#B4BA56 (or 0xB4BA56) is unknown color: approx Olive Green. HEX triplet: B4, BA and 56. RGB value is (180,186,86). Sum of RGB (Red+Green+Blue) = 180+186+86=452 (59% of max value = 765). Red value is 180 (70.70% from 255 or 39.82% from 452); Green value is 186 (73.05% from 255 or 41.15% from 452); Blue value is 86 (33.98% from 255 or 19.03% from 452); Max value from RGB is 186 - color contains mainly: green. Hex color #B4BA56 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B4BA56 is #4B45A9. Grayscale: #ADADAD. Windows color (decimal): -4933034 or 5683892. OLE color: 5683892.

HSL color Cylindrical-coordinate representation of color #B4BA56: hue angle of 63.6º 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 #B4BA56 is Cyan = 0.03, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.27.

Color convert

RGB18018686-
CMYK0.0300.540.27
HSL63.6º42.02%53.33%-
HSV(B)63.6º53.76%72.94%-
XYZ38.0645.4915.58-
YUV172.8179.01133.13-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 39.82%
GREEN value IS 186 (73.05% from 255) = 41.15%
BLUE value IS 86 (33.98% from 255) = 19.03%
R=39.82%
G=41.15%
B=19.03%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal180186860.0300.540.2763.642.0253.33
HexB4BA5630361B402a35
Octal2642721263066331005265
Binary10110100101110101010110110110110110111000000101010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4BA56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4BA56; }

 p { color: rgb(180,186,86); }

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

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

 a { background-color: rgb(180,186,86); }

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

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

 span { border-color: rgb(180,186,86); }

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