#BCB652

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

Shades of Olive Green #BCB652

Tints of Olive Green #BCB652

Color information

#BCB652 (or 0xBCB652) is unknown color: approx Olive Green. HEX triplet: BC, B6 and 52. RGB value is (188,182,82). Sum of RGB (Red+Green+Blue) = 188+182+82=452 (59% of max value = 765). Red value is 188 (73.83% from 255 or 41.59% from 452); Green value is 182 (71.48% from 255 or 40.27% from 452); Blue value is 82 (32.42% from 255 or 18.14% from 452); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB652 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCB652 is #4349AD. Grayscale: #ACACAC. Windows color (decimal): -4409774 or 5420732. OLE color: 5420732.

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

Color convert

RGB18818282-
CMYK00.030.560.26
HSL56.6º44.17%52.94%-
HSV(B)56.6º56.38%73.73%-
XYZ38.9944.7614.57-
YUV172.3976.99139.13-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 41.59%
GREEN value IS 182 (71.48% from 255) = 40.27%
BLUE value IS 82 (32.42% from 255) = 18.14%
R=41.59%
G=40.27%
B=18.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.56
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1881828200.030.560.2656.644.1752.94
HexBCB65203381A392c35
Octal274266122037032715465
Binary1011110010110110101001001111100011010111001101100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCB652

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCB652; }

 p { color: rgb(188,182,82); }

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

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

 a { background-color: rgb(188,182,82); }

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

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

 span { border-color: rgb(188,182,82); }

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