#BDB253

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

Shades of Olive Green #BDB253

Tints of Olive Green #BDB253

Color information

#BDB253 (or 0xBDB253) is unknown color: approx Olive Green. HEX triplet: BD, B2 and 53. RGB value is (189,178,83). Sum of RGB (Red+Green+Blue) = 189+178+83=450 (59% of max value = 765). Red value is 189 (74.22% from 255 or 42% from 450); Green value is 178 (69.92% from 255 or 39.56% from 450); Blue value is 83 (32.81% from 255 or 18.44% from 450); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB253 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BDB253 is #424DAC. Grayscale: #AAAAAA. Windows color (decimal): -4345261 or 5485245. OLE color: 5485245.

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

Color convert

RGB18917883-
CMYK00.060.560.26
HSL53.77º44.54%53.33%-
HSV(B)53.77º56.08%74.12%-
XYZ38.4743.2814.51-
YUV170.4678.64141.22-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 42%
GREEN value IS 178 (69.92% from 255) = 39.56%
BLUE value IS 83 (32.81% from 255) = 18.44%
R=42%
G=39.56%
B=18.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.56
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1891788300.060.560.2653.7744.5453.33
HexBDB25306381A362d35
Octal275262123067032665565
Binary10111101101100101010011011011100011010110110101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDB253

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDB253; }

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

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

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

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

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

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

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

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