#BDB550

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

Shades of Olive Green #BDB550

Tints of Olive Green #BDB550

Color information

#BDB550 (or 0xBDB550) is unknown color: approx Olive Green. HEX triplet: BD, B5 and 50. RGB value is (189,181,80). Sum of RGB (Red+Green+Blue) = 189+181+80=450 (59% of max value = 765). Red value is 189 (74.22% from 255 or 42% from 450); Green value is 181 (71.09% from 255 or 40.22% from 450); Blue value is 80 (31.64% from 255 or 17.78% from 450); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB550 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDB550 is #424AAF. Grayscale: #ACACAC. Windows color (decimal): -4344496 or 5289405. OLE color: 5289405.

HSL color Cylindrical-coordinate representation of color #BDB550: hue angle of 55.6º degrees, saturation: 0.45, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #BDB550 is Cyan = 0, Magento = 0.04, Yellow = 0.58 and Black (K on CMYK) = 0.26.

Color convert

RGB18918180-
CMYK00.040.580.26
HSL55.6º45.23%52.75%-
HSV(B)55.6º57.67%74.12%-
XYZ38.9644.4514.11-
YUV171.8876.15140.21-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 42%
GREEN value IS 181 (71.09% from 255) = 40.22%
BLUE value IS 80 (31.64% from 255) = 17.78%
R=42%
G=40.22%
B=17.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.58
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1891818000.040.580.2655.645.2352.75
HexBDB550043A1A382d35
Octal275265120047232705565
Binary10111101101101011010000010011101011010111000101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDB550

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDB550; }

 p { color: rgb(189,181,80); }

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

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

 a { background-color: rgb(189,181,80); }

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

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

 span { border-color: rgb(189,181,80); }

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