#BCB65B

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

Shades of Olive Green #BCB65B

Tints of Olive Green #BCB65B

Color information

#BCB65B (or 0xBCB65B) is unknown color: approx Olive Green. HEX triplet: BC, B6 and 5B. RGB value is (188,182,91). Sum of RGB (Red+Green+Blue) = 188+182+91=461 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.78% from 461); Green value is 182 (71.48% from 255 or 39.48% from 461); Blue value is 91 (35.94% from 255 or 19.74% from 461); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB65B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCB65B is #4349A4. Grayscale: #ADADAD. Windows color (decimal): -4409765 or 6010556. OLE color: 6010556.

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

Color convert

RGB18818291-
CMYK00.030.520.26
HSL56.29º41.99%54.71%-
HSV(B)56.29º51.6%73.73%-
XYZ39.3644.916.49-
YUV173.4281.49138.4-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 40.78%
GREEN value IS 182 (71.48% from 255) = 39.48%
BLUE value IS 91 (35.94% from 255) = 19.74%
R=40.78%
G=39.48%
B=19.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.52
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1881829100.030.520.2656.2941.9954.71
HexBCB65B03341A382a37
Octal274266133036432705267
Binary1011110010110110101101101111010011010111000101010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCB65B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCB65B; }

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

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

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

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

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

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

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

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