#BDB654

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

Shades of Olive Green #BDB654

Tints of Olive Green #BDB654

Color information

#BDB654 (or 0xBDB654) is unknown color: approx Olive Green. HEX triplet: BD, B6 and 54. RGB value is (189,182,84). Sum of RGB (Red+Green+Blue) = 189+182+84=455 (60% of max value = 765). Red value is 189 (74.22% from 255 or 41.54% from 455); Green value is 182 (71.48% from 255 or 40% from 455); Blue value is 84 (33.20% from 255 or 18.46% from 455); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB654 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDB654 is #4249AB. Grayscale: #ADADAD. Windows color (decimal): -4344236 or 5551805. OLE color: 5551805.

HSL color Cylindrical-coordinate representation of color #BDB654: hue angle of 56º 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 #BDB654 is Cyan = 0, Magento = 0.04, Yellow = 0.56 and Black (K on CMYK) = 0.26.

Color convert

RGB18918284-
CMYK00.040.560.26
HSL56º44.3%53.53%-
HSV(B)56º55.56%74.12%-
XYZ39.3144.9114.98-
YUV172.9277.82139.47-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 41.54%
GREEN value IS 182 (71.48% from 255) = 40%
BLUE value IS 84 (33.20% from 255) = 18.46%
R=41.54%
G=40%
B=18.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.56
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1891828400.040.560.265644.353.53
HexBDB65404381A382c36
Octal275266124047032705466
Binary10111101101101101010100010011100011010111000101100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDB654

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDB654; }

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

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

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

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

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

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

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

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