#BCB451

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

Shades of Olive Green #BCB451

Tints of Olive Green #BCB451

Color information

#BCB451 (or 0xBCB451) is unknown color: approx Olive Green. HEX triplet: BC, B4 and 51. RGB value is (188,180,81). Sum of RGB (Red+Green+Blue) = 188+180+81=449 (59% of max value = 765). Red value is 188 (73.83% from 255 or 41.87% from 449); Green value is 180 (70.70% from 255 or 40.09% from 449); Blue value is 81 (32.03% from 255 or 18.04% from 449); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB451 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCB451 is #434BAE. Grayscale: #ABABAB. Windows color (decimal): -4410287 or 5354684. OLE color: 5354684.

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

Color convert

RGB18818081-
CMYK00.040.570.26
HSL55.51º44.4%52.75%-
HSV(B)55.51º56.91%73.73%-
XYZ38.5543.9314.23-
YUV171.1177.15140.05-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 41.87%
GREEN value IS 180 (70.70% from 255) = 40.09%
BLUE value IS 81 (32.03% from 255) = 18.04%
R=41.87%
G=40.09%
B=18.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.57
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1881808100.040.570.2655.5144.452.75
HexBCB45104391A382c35
Octal274264121047132705465
Binary10111100101101001010001010011100111010111000101100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCB451

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCB451; }

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

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

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

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

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

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

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

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