#BCBA61

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

Shades of Olive Green #BCBA61

Tints of Olive Green #BCBA61

Color information

#BCBA61 (or 0xBCBA61) is unknown color: approx Olive Green. HEX triplet: BC, BA and 61. RGB value is (188,186,97). Sum of RGB (Red+Green+Blue) = 188+186+97=471 (62% of max value = 765). Red value is 188 (73.83% from 255 or 39.92% from 471); Green value is 186 (73.05% from 255 or 39.49% from 471); Blue value is 97 (38.28% from 255 or 20.59% from 471); Max value from RGB is 188 - color contains mainly: red. Hex color #BCBA61 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCBA61 is #43459E. Grayscale: #B0B0B0. Windows color (decimal): -4408735 or 6404796. OLE color: 6404796.

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

Color convert

RGB18818697-
CMYK00.010.480.26
HSL58.68º40.44%55.88%-
HSV(B)58.68º48.4%73.73%-
XYZ40.4646.6718.19-
YUV176.4583.16136.24-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 39.92%
GREEN value IS 186 (73.05% from 255) = 39.49%
BLUE value IS 97 (38.28% from 255) = 20.59%
R=39.92%
G=39.49%
B=20.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.48
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1881869700.010.480.2658.6840.4455.88
HexBCBA6101301A3b2838
Octal274272141016032735070
Binary101111001011101011000010111000011010111011101000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCBA61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCBA61; }

 p { color: rgb(188,186,97); }

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

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

 a { background-color: rgb(188,186,97); }

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

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

 span { border-color: rgb(188,186,97); }

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