#BDBD5E

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

Shades of Olive Green #BDBD5E

Tints of Olive Green #BDBD5E

Color information

#BDBD5E (or 0xBDBD5E) is unknown color: approx Olive Green. HEX triplet: BD, BD and 5E. RGB value is (189,189,94). Sum of RGB (Red+Green+Blue) = 189+189+94=472 (62% of max value = 765). Red value is 189 (74.22% from 255 or 40.04% from 472); Green value is 189 (74.22% from 255 or 40.04% from 472); Blue value is 94 (37.11% from 255 or 19.92% from 472); Max value from RGB is 189 - color contains mainly: red, green. Hex color #BDBD5E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDBD5E is #4242A1. Grayscale: #B2B2B2. Windows color (decimal): -4342434 or 6208957. OLE color: 6208957.

HSL color Cylindrical-coordinate representation of color #BDBD5E: hue angle of 60º degrees, saturation: 0.42, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BDBD5E is Cyan = 0, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.26.

Color convert

RGB18918994-
CMYK000.500.26
HSL60º41.85%55.49%-
HSV(B)60º50.26%74.12%-
XYZ41.248.0217.69-
YUV178.1780.5135.72-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 40.04%
GREEN value IS 189 (74.22% from 255) = 40.04%
BLUE value IS 94 (37.11% from 255) = 19.92%
R=40.04%
G=40.04%
B=19.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18918994000.500.266041.8555.49
HexBDBD5E00321A3c2a37
Octal275275136006232745267
Binary101111011011110110111100011001011010111100101010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDBD5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDBD5E; }

 p { color: rgb(189,189,94); }

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

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

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

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

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

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

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