#BDB758

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

Shades of Olive Green #BDB758

Tints of Olive Green #BDB758

Color information

#BDB758 (or 0xBDB758) is unknown color: approx Olive Green. HEX triplet: BD, B7 and 58. RGB value is (189,183,88). Sum of RGB (Red+Green+Blue) = 189+183+88=460 (60% of max value = 765). Red value is 189 (74.22% from 255 or 41.09% from 460); Green value is 183 (71.88% from 255 or 39.78% from 460); Blue value is 88 (34.77% from 255 or 19.13% from 460); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB758 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDB758 is #4248A7. Grayscale: #AEAEAE. Windows color (decimal): -4343976 or 5814205. OLE color: 5814205.

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

Color convert

RGB18918388-
CMYK00.030.530.26
HSL56.44º43.35%54.31%-
HSV(B)56.44º53.44%74.12%-
XYZ39.6845.3915.9-
YUV173.9679.49138.72-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 41.09%
GREEN value IS 183 (71.88% from 255) = 39.78%
BLUE value IS 88 (34.77% from 255) = 19.13%
R=41.09%
G=39.78%
B=19.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.53
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1891838800.030.530.2656.4443.3554.31
HexBDB75803351A382b36
Octal275267130036532705366
Binary1011110110110111101100001111010111010111000101011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDB758

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDB758; }

 p { color: rgb(189,183,88); }

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

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

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

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

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

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

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