#BDC45A

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

Shades of Wild Willow #BDC45A

Tints of Wild Willow #BDC45A

Color information

#BDC45A (or 0xBDC45A) is unknown color: approx Wild Willow. HEX triplet: BD, C4 and 5A. RGB value is (189,196,90). Sum of RGB (Red+Green+Blue) = 189+196+90=475 (62% of max value = 765). Red value is 189 (74.22% from 255 or 39.79% from 475); Green value is 196 (76.95% from 255 or 41.26% from 475); Blue value is 90 (35.55% from 255 or 18.95% from 475); Max value from RGB is 196 - color contains mainly: green. Hex color #BDC45A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDC45A is #423BA5. Grayscale: #B6B6B6. Windows color (decimal): -4340646 or 5948605. OLE color: 5948605.

HSL color Cylindrical-coordinate representation of color #BDC45A: hue angle of 63.96º degrees, saturation: 0.47, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #BDC45A is Cyan = 0.04, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.23.

Color convert

RGB18919690-
CMYK0.0400.540.23
HSL63.96º47.32%56.08%-
HSV(B)63.96º54.08%76.86%-
XYZ42.5751.0417.28-
YUV181.8276.18133.12-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 39.79%
GREEN value IS 196 (76.95% from 255) = 41.26%
BLUE value IS 90 (35.55% from 255) = 18.95%
R=39.79%
G=41.26%
B=18.95%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal189196900.0400.540.2363.9647.3256.08
HexBDC45A403617402f38
Octal2753041324066271005770
Binary101111011100010010110101000110110101111000000101111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDC45A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDC45A; }

 p { color: rgb(189,196,90); }

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

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

 a { background-color: rgb(189,196,90); }

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

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

 span { border-color: rgb(189,196,90); }

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