#BDBB54

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

Shades of Olive Green #BDBB54

Tints of Olive Green #BDBB54

Color information

#BDBB54 (or 0xBDBB54) is unknown color: approx Olive Green. HEX triplet: BD, BB and 54. RGB value is (189,187,84). Sum of RGB (Red+Green+Blue) = 189+187+84=460 (60% of max value = 765). Red value is 189 (74.22% from 255 or 41.09% from 460); Green value is 187 (73.44% from 255 or 40.65% from 460); Blue value is 84 (33.20% from 255 or 18.26% from 460); Max value from RGB is 189 - color contains mainly: red. Hex color #BDBB54 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDBB54 is #4244AB. Grayscale: #B0B0B0. Windows color (decimal): -4342956 or 5553085. OLE color: 5553085.

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

Color convert

RGB18918784-
CMYK00.010.560.26
HSL58.86º44.3%53.53%-
HSV(B)58.86º55.56%74.12%-
XYZ40.364715.33-
YUV175.8676.16137.38-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 41.09%
GREEN value IS 187 (73.44% from 255) = 40.65%
BLUE value IS 84 (33.20% from 255) = 18.26%
R=41.09%
G=40.65%
B=18.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.56
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1891878400.010.560.2658.8644.353.53
HexBDBB5401381A3b2c36
Octal275273124017032735466
Binary101111011011101110101000111100011010111011101100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDBB54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDBB54; }

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

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

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

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

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

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

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

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