#BDC15B

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

Shades of Wild Willow #BDC15B

Tints of Wild Willow #BDC15B

Color information

#BDC15B (or 0xBDC15B) is unknown color: approx Wild Willow. HEX triplet: BD, C1 and 5B. RGB value is (189,193,91). Sum of RGB (Red+Green+Blue) = 189+193+91=473 (62% of max value = 765). Red value is 189 (74.22% from 255 or 39.96% from 473); Green value is 193 (75.78% from 255 or 40.80% from 473); Blue value is 91 (35.94% from 255 or 19.24% from 473); Max value from RGB is 193 - color contains mainly: green. Hex color #BDC15B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDC15B is #423EA4. Grayscale: #B4B4B4. Windows color (decimal): -4341413 or 6013373. OLE color: 6013373.

HSL color Cylindrical-coordinate representation of color #BDC15B: hue angle of 62.35º degrees, saturation: 0.45, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #BDC15B is Cyan = 0.02, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.24.

Color convert

RGB18919391-
CMYK0.0200.530.24
HSL62.35º45.13%55.69%-
HSV(B)62.35º52.85%75.69%-
XYZ41.9449.7117.28-
YUV180.1877.67134.29-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 39.96%
GREEN value IS 193 (75.78% from 255) = 40.80%
BLUE value IS 91 (35.94% from 255) = 19.24%
R=39.96%
G=40.80%
B=19.24%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal189193910.0200.530.2462.3545.1355.69
HexBDC15B2035183e2d38
Octal275301133206530765570
Binary1011110111000001101101110011010111000111110101101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDC15B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDC15B; }

 p { color: rgb(189,193,91); }

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

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

 a { background-color: rgb(189,193,91); }

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

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

 span { border-color: rgb(189,193,91); }

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