#BDC05F

Color #BDC05F Wild Willow (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Wild Willow #BDC05F

Tints of Wild Willow #BDC05F

Color information

#BDC05F (or 0xBDC05F) is unknown color: approx Wild Willow. HEX triplet: BD, C0 and 5F. RGB value is (189,192,95). Sum of RGB (Red+Green+Blue) = 189+192+95=476 (63% of max value = 765). Red value is 189 (74.22% from 255 or 39.71% from 476); Green value is 192 (75.39% from 255 or 40.34% from 476); Blue value is 95 (37.5% from 255 or 19.96% from 476); Max value from RGB is 192 - color contains mainly: green. Hex color #BDC05F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDC05F is #423FA0. Grayscale: #B4B4B4. Windows color (decimal): -4341665 or 6275261. OLE color: 6275261.

HSL color Cylindrical-coordinate representation of color #BDC05F: hue angle of 61.86º degrees, saturation: 0.43, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BDC05F is Cyan = 0.02, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.25.

Color convert

RGB18919295-
CMYK0.0200.510.25
HSL61.86º43.5%56.27%-
HSV(B)61.86º50.52%75.29%-
XYZ41.949.3418.14-
YUV180.0480.01134.39-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 39.71%
GREEN value IS 192 (75.39% from 255) = 40.34%
BLUE value IS 95 (37.5% from 255) = 19.96%
R=39.71%
G=40.34%
B=19.96%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal189192950.0200.510.2561.8643.556.27
HexBDC05F2033193e2b38
Octal275300137206331765370
Binary1011110111000000101111110011001111001111110101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDC05F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDC05F; }

 p { color: rgb(189,192,95); }

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

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

 a { background-color: rgb(189,192,95); }

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

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

 span { border-color: rgb(189,192,95); }

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