#BCB551

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

Shades of Olive Green #BCB551

Tints of Olive Green #BCB551

Color information

#BCB551 (or 0xBCB551) is unknown color: approx Olive Green. HEX triplet: BC, B5 and 51. RGB value is (188,181,81). Sum of RGB (Red+Green+Blue) = 188+181+81=450 (59% of max value = 765). Red value is 188 (73.83% from 255 or 41.78% from 450); Green value is 181 (71.09% from 255 or 40.22% from 450); Blue value is 81 (32.03% from 255 or 18% from 450); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB551 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCB551 is #434AAE. Grayscale: #ACACAC. Windows color (decimal): -4410031 or 5354940. OLE color: 5354940.

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

Color convert

RGB18818181-
CMYK00.040.570.26
HSL56.07º44.4%52.75%-
HSV(B)56.07º56.91%73.73%-
XYZ38.7544.3314.3-
YUV171.6976.82139.63-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 41.78%
GREEN value IS 181 (71.09% from 255) = 40.22%
BLUE value IS 81 (32.03% from 255) = 18%
R=41.78%
G=40.22%
B=18%

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
Decimal1881818100.040.570.2656.0744.452.75
HexBCB55104391A382c35
Octal274265121047132705465
Binary10111100101101011010001010011100111010111000101100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCB551

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCB551; }

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

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

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

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

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

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

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

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