#BDC05E

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

Shades of Wild Willow #BDC05E

Tints of Wild Willow #BDC05E

Color information

#BDC05E (or 0xBDC05E) is unknown color: approx Wild Willow. HEX triplet: BD, C0 and 5E. RGB value is (189,192,94). Sum of RGB (Red+Green+Blue) = 189+192+94=475 (62% of max value = 765). Red value is 189 (74.22% from 255 or 39.79% from 475); Green value is 192 (75.39% from 255 or 40.42% from 475); Blue value is 94 (37.11% from 255 or 19.79% from 475); Max value from RGB is 192 - color contains mainly: green. Hex color #BDC05E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDC05E is #423FA1. Grayscale: #B4B4B4. Windows color (decimal): -4341666 or 6209725. OLE color: 6209725.

HSL color Cylindrical-coordinate representation of color #BDC05E: hue angle of 61.84º degrees, saturation: 0.44, 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 #BDC05E is Cyan = 0.02, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.25.

Color convert

RGB18919294-
CMYK0.0200.510.25
HSL61.84º43.75%56.08%-
HSV(B)61.84º51.04%75.29%-
XYZ41.8649.3317.9-
YUV179.9379.51134.47-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 39.79%
GREEN value IS 192 (75.39% from 255) = 40.42%
BLUE value IS 94 (37.11% from 255) = 19.79%
R=39.79%
G=40.42%
B=19.79%

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
Decimal189192940.0200.510.2561.8443.7556.08
HexBDC05E2033193e2c38
Octal275300136206331765470
Binary1011110111000000101111010011001111001111110101100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDC05E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDC05E; }

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

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

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

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

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

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

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

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