#BCB45B

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

Shades of Olive Green #BCB45B

Tints of Olive Green #BCB45B

Color information

#BCB45B (or 0xBCB45B) is unknown color: approx Olive Green. HEX triplet: BC, B4 and 5B. RGB value is (188,180,91). Sum of RGB (Red+Green+Blue) = 188+180+91=459 (60% of max value = 765). Red value is 188 (73.83% from 255 or 40.96% from 459); Green value is 180 (70.70% from 255 or 39.22% from 459); Blue value is 91 (35.94% from 255 or 19.83% from 459); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB45B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCB45B is #434BA4. Grayscale: #ACACAC. Windows color (decimal): -4410277 or 6010044. OLE color: 6010044.

HSL color Cylindrical-coordinate representation of color #BCB45B: hue angle of 55.05º 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 #BCB45B is Cyan = 0, Magento = 0.04, Yellow = 0.52 and Black (K on CMYK) = 0.26.

Color convert

RGB18818091-
CMYK00.040.520.26
HSL55.05º41.99%54.71%-
HSV(B)55.05º51.6%73.73%-
XYZ38.9544.0916.35-
YUV172.2582.15139.24-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.52
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1881809100.040.520.2655.0541.9954.71
HexBCB45B04341A372a37
Octal274264133046432675267
Binary10111100101101001011011010011010011010110111101010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCB45B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCB45B; }

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

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

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

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

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

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

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

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