#B4BC5B

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

Shades of Olive Green #B4BC5B

Tints of Olive Green #B4BC5B

Color information

#B4BC5B (or 0xB4BC5B) is unknown color: approx Olive Green. HEX triplet: B4, BC and 5B. RGB value is (180,188,91). Sum of RGB (Red+Green+Blue) = 180+188+91=459 (60% of max value = 765). Red value is 180 (70.70% from 255 or 39.22% from 459); Green value is 188 (73.83% from 255 or 40.96% from 459); Blue value is 91 (35.94% from 255 or 19.83% from 459); Max value from RGB is 188 - color contains mainly: green. Hex color #B4BC5B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B4BC5B is #4B43A4. Grayscale: #AEAEAE. Windows color (decimal): -4932517 or 6012084. OLE color: 6012084.

HSL color Cylindrical-coordinate representation of color #B4BC5B: hue angle of 64.95º degrees, saturation: 0.42, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B4BC5B is Cyan = 0.04, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.26.

Color convert

RGB18018891-
CMYK0.0400.520.26
HSL64.95º41.99%54.71%-
HSV(B)64.95º51.6%73.73%-
XYZ38.6946.4316.82-
YUV174.5580.85131.89-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 39.22%
GREEN value IS 188 (73.83% from 255) = 40.96%
BLUE value IS 91 (35.94% from 255) = 19.83%
R=39.22%
G=40.96%
B=19.83%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal180188910.0400.520.2664.9541.9954.71
HexB4BC5B40341A412a37
Octal2642741334064321015267
Binary101101001011110010110111000110100110101000001101010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4BC5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4BC5B; }

 p { color: rgb(180,188,91); }

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

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

 a { background-color: rgb(180,188,91); }

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

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

 span { border-color: rgb(180,188,91); }

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