#BDB754

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

Shades of Olive Green #BDB754

Tints of Olive Green #BDB754

Color information

#BDB754 (or 0xBDB754) is unknown color: approx Olive Green. HEX triplet: BD, B7 and 54. RGB value is (189,183,84). Sum of RGB (Red+Green+Blue) = 189+183+84=456 (60% of max value = 765). Red value is 189 (74.22% from 255 or 41.45% from 456); Green value is 183 (71.88% from 255 or 40.13% from 456); Blue value is 84 (33.20% from 255 or 18.42% from 456); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB754 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDB754 is #4248AB. Grayscale: #ADADAD. Windows color (decimal): -4343980 or 5552061. OLE color: 5552061.

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

Color convert

RGB18918384-
CMYK00.030.560.26
HSL56.57º44.3%53.53%-
HSV(B)56.57º55.56%74.12%-
XYZ39.5245.3315.05-
YUV173.5177.49139.05-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 41.45%
GREEN value IS 183 (71.88% from 255) = 40.13%
BLUE value IS 84 (33.20% from 255) = 18.42%
R=41.45%
G=40.13%
B=18.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.56
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1891838400.030.560.2656.5744.353.53
HexBDB75403381A392c36
Octal275267124037032715466
Binary1011110110110111101010001111100011010111001101100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDB754

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDB754; }

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

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

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

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

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

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

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

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