#BDBD5C

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

Shades of Olive Green #BDBD5C

Tints of Olive Green #BDBD5C

Color information

#BDBD5C (or 0xBDBD5C) is unknown color: approx Olive Green. HEX triplet: BD, BD and 5C. RGB value is (189,189,92). Sum of RGB (Red+Green+Blue) = 189+189+92=470 (62% of max value = 765). Red value is 189 (74.22% from 255 or 40.21% from 470); Green value is 189 (74.22% from 255 or 40.21% from 470); Blue value is 92 (36.33% from 255 or 19.57% from 470); Max value from RGB is 189 - color contains mainly: red, green. Hex color #BDBD5C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDBD5C is #4242A3. Grayscale: #B2B2B2. Windows color (decimal): -4342436 or 6077885. OLE color: 6077885.

HSL color Cylindrical-coordinate representation of color #BDBD5C: 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.51%. Process color model (Four color, CMYK) of #BDBD5C is Cyan = 0, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.26.

Color convert

RGB18918992-
CMYK000.510.26
HSL60º42.36%55.1%-
HSV(B)60º51.32%74.12%-
XYZ41.1247.9917.22-
YUV177.9479.5135.89-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 40.21%
GREEN value IS 189 (74.22% from 255) = 40.21%
BLUE value IS 92 (36.33% from 255) = 19.57%
R=40.21%
G=40.21%
B=19.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18918992000.510.266042.3655.1
HexBDBD5C00331A3c2a37
Octal275275134006332745267
Binary101111011011110110111000011001111010111100101010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDBD5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDBD5C; }

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

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

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

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

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

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

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

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