#BDB453

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

Shades of Olive Green #BDB453

Tints of Olive Green #BDB453

Color information

#BDB453 (or 0xBDB453) is unknown color: approx Olive Green. HEX triplet: BD, B4 and 53. RGB value is (189,180,83). Sum of RGB (Red+Green+Blue) = 189+180+83=452 (59% of max value = 765). Red value is 189 (74.22% from 255 or 41.81% from 452); Green value is 180 (70.70% from 255 or 39.82% from 452); Blue value is 83 (32.81% from 255 or 18.36% from 452); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB453 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDB453 is #424BAC. Grayscale: #ACACAC. Windows color (decimal): -4344749 or 5485757. OLE color: 5485757.

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

Color convert

RGB18918083-
CMYK00.050.560.26
HSL54.91º44.54%53.33%-
HSV(B)54.91º56.08%74.12%-
XYZ38.8744.0914.64-
YUV171.6377.98140.39-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 41.81%
GREEN value IS 180 (70.70% from 255) = 39.82%
BLUE value IS 83 (32.81% from 255) = 18.36%
R=41.81%
G=39.82%
B=18.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.56
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1891808300.050.560.2654.9144.5453.33
HexBDB45305381A372d35
Octal275264123057032675565
Binary10111101101101001010011010111100011010110111101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDB453

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDB453; }

 p { color: rgb(189,180,83); }

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

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

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

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

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

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

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