#BCB74E

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

Shades of Olive Green #BCB74E

Tints of Olive Green #BCB74E

Color information

#BCB74E (or 0xBCB74E) is unknown color: approx Olive Green. HEX triplet: BC, B7 and 4E. RGB value is (188,183,78). Sum of RGB (Red+Green+Blue) = 188+183+78=449 (59% of max value = 765). Red value is 188 (73.83% from 255 or 41.87% from 449); Green value is 183 (71.88% from 255 or 40.76% from 449); Blue value is 78 (30.86% from 255 or 17.37% from 449); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB74E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCB74E is #4348B1. Grayscale: #ACACAC. Windows color (decimal): -4409522 or 5158844. OLE color: 5158844.

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

Color convert

RGB18818378-
CMYK00.030.590.26
HSL57.27º45.08%52.16%-
HSV(B)57.27º58.51%73.73%-
XYZ39.0545.1113.86-
YUV172.5274.66139.04-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 41.87%
GREEN value IS 183 (71.88% from 255) = 40.76%
BLUE value IS 78 (30.86% from 255) = 17.37%
R=41.87%
G=40.76%
B=17.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.59
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1881837800.030.590.2657.2745.0852.16
HexBCB74E033B1A392d34
Octal274267116037332715564
Binary1011110010110111100111001111101111010111001101101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCB74E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCB74E; }

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

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

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

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

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

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

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

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