#BDBA60

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

Shades of Olive Green #BDBA60

Tints of Olive Green #BDBA60

Color information

#BDBA60 (or 0xBDBA60) is unknown color: approx Olive Green. HEX triplet: BD, BA and 60. RGB value is (189,186,96). Sum of RGB (Red+Green+Blue) = 189+186+96=471 (62% of max value = 765). Red value is 189 (74.22% from 255 or 40.13% from 471); Green value is 186 (73.05% from 255 or 39.49% from 471); Blue value is 96 (37.89% from 255 or 20.38% from 471); Max value from RGB is 189 - color contains mainly: red. Hex color #BDBA60 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDBA60 is #42459F. Grayscale: #B1B1B1. Windows color (decimal): -4343200 or 6339261. OLE color: 6339261.

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

Color convert

RGB18918696-
CMYK00.020.490.26
HSL58.06º41.33%55.88%-
HSV(B)58.06º49.21%74.12%-
XYZ40.6646.7817.95-
YUV176.6482.49136.82-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 40.13%
GREEN value IS 186 (73.05% from 255) = 39.49%
BLUE value IS 96 (37.89% from 255) = 20.38%
R=40.13%
G=39.49%
B=20.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.49
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1891869600.020.490.2658.0641.3355.88
HexBDBA6002311A3a2938
Octal275272140026132725170
Binary1011110110111010110000001011000111010111010101001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDBA60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDBA60; }

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

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

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

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

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

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

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

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