#BDB854

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

Shades of Olive Green #BDB854

Tints of Olive Green #BDB854

Color information

#BDB854 (or 0xBDB854) is unknown color: approx Olive Green. HEX triplet: BD, B8 and 54. RGB value is (189,184,84). Sum of RGB (Red+Green+Blue) = 189+184+84=457 (60% of max value = 765). Red value is 189 (74.22% from 255 or 41.36% from 457); Green value is 184 (72.27% from 255 or 40.26% from 457); Blue value is 84 (33.20% from 255 or 18.38% from 457); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB854 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDB854 is #4247AB. Grayscale: #AEAEAE. Windows color (decimal): -4343724 or 5552317. OLE color: 5552317.

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

Color convert

RGB18918484-
CMYK00.030.560.26
HSL57.14º44.3%53.53%-
HSV(B)57.14º55.56%74.12%-
XYZ39.7345.7415.12-
YUV174.177.16138.63-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 41.36%
GREEN value IS 184 (72.27% from 255) = 40.26%
BLUE value IS 84 (33.20% from 255) = 18.38%
R=41.36%
G=40.26%
B=18.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.56
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1891848400.030.560.2657.1444.353.53
HexBDB85403381A392c36
Octal275270124037032715466
Binary1011110110111000101010001111100011010111001101100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDB854

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDB854; }

 p { color: rgb(189,184,84); }

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

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

 a { background-color: rgb(189,184,84); }

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

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

 span { border-color: rgb(189,184,84); }

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