#BDBA56

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

Shades of Olive Green #BDBA56

Tints of Olive Green #BDBA56

Color information

#BDBA56 (or 0xBDBA56) is unknown color: approx Olive Green. HEX triplet: BD, BA and 56. RGB value is (189,186,86). Sum of RGB (Red+Green+Blue) = 189+186+86=461 (61% of max value = 765). Red value is 189 (74.22% from 255 or 41.00% from 461); Green value is 186 (73.05% from 255 or 40.35% from 461); Blue value is 86 (33.98% from 255 or 18.66% from 461); Max value from RGB is 189 - color contains mainly: red. Hex color #BDBA56 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDBA56 is #4245A9. Grayscale: #AFAFAF. Windows color (decimal): -4343210 or 5683901. OLE color: 5683901.

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

Color convert

RGB18918686-
CMYK00.020.540.26
HSL58.25º43.83%53.92%-
HSV(B)58.25º54.5%74.12%-
XYZ40.2246.6115.68-
YUV175.577.49137.63-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 41.00%
GREEN value IS 186 (73.05% from 255) = 40.35%
BLUE value IS 86 (33.98% from 255) = 18.66%
R=41.00%
G=40.35%
B=18.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.54
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1891868600.020.540.2658.2543.8353.92
HexBDBA5602361A3a2c36
Octal275272126026632725466
Binary1011110110111010101011001011011011010111010101100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDBA56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDBA56; }

 p { color: rgb(189,186,86); }

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

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

 a { background-color: rgb(189,186,86); }

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

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

 span { border-color: rgb(189,186,86); }

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