#BDB64F

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

Shades of Olive Green #BDB64F

Tints of Olive Green #BDB64F

Color information

#BDB64F (or 0xBDB64F) is unknown color: approx Olive Green. HEX triplet: BD, B6 and 4F. RGB value is (189,182,79). Sum of RGB (Red+Green+Blue) = 189+182+79=450 (59% of max value = 765). Red value is 189 (74.22% from 255 or 42% from 450); Green value is 182 (71.48% from 255 or 40.44% from 450); Blue value is 79 (31.25% from 255 or 17.56% from 450); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB64F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDB64F is #4249B0. Grayscale: #ACACAC. Windows color (decimal): -4344241 or 5224125. OLE color: 5224125.

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

Color convert

RGB18918279-
CMYK00.040.580.26
HSL56.18º45.45%52.55%-
HSV(B)56.18º58.2%74.12%-
XYZ39.1344.8413.99-
YUV172.3575.32139.88-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 42%
GREEN value IS 182 (71.48% from 255) = 40.44%
BLUE value IS 79 (31.25% from 255) = 17.56%
R=42%
G=40.44%
B=17.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.58
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1891827900.040.580.2656.1845.4552.55
HexBDB64F043A1A382d35
Octal275266117047232705565
Binary10111101101101101001111010011101011010111000101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDB64F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDB64F; }

 p { color: rgb(189,182,79); }

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

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

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

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

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

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

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