#BCB752

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

Shades of Olive Green #BCB752

Tints of Olive Green #BCB752

Color information

#BCB752 (or 0xBCB752) is unknown color: approx Olive Green. HEX triplet: BC, B7 and 52. RGB value is (188,183,82). Sum of RGB (Red+Green+Blue) = 188+183+82=453 (60% of max value = 765). Red value is 188 (73.83% from 255 or 41.50% from 453); Green value is 183 (71.88% from 255 or 40.40% from 453); Blue value is 82 (32.42% from 255 or 18.10% from 453); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB752 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCB752 is #4348AD. Grayscale: #ADADAD. Windows color (decimal): -4409518 or 5420988. OLE color: 5420988.

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

Color convert

RGB18818382-
CMYK00.030.560.26
HSL57.17º44.17%52.94%-
HSV(B)57.17º56.38%73.73%-
XYZ39.245.1714.64-
YUV172.9876.66138.71-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 41.50%
GREEN value IS 183 (71.88% from 255) = 40.40%
BLUE value IS 82 (32.42% from 255) = 18.10%
R=41.50%
G=40.40%
B=18.10%

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
Decimal1881838200.030.560.2657.1744.1752.94
HexBCB75203381A392c35
Octal274267122037032715465
Binary1011110010110111101001001111100011010111001101100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCB752

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCB752; }

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

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

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

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

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

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

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

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