#BDCD5A

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

Shades of Wild Willow #BDCD5A

Tints of Wild Willow #BDCD5A

Color information

#BDCD5A (or 0xBDCD5A) is unknown color: approx Wild Willow. HEX triplet: BD, CD and 5A. RGB value is (189,205,90). Sum of RGB (Red+Green+Blue) = 189+205+90=484 (64% of max value = 765). Red value is 189 (74.22% from 255 or 39.05% from 484); Green value is 205 (80.47% from 255 or 42.36% from 484); Blue value is 90 (35.55% from 255 or 18.60% from 484); Max value from RGB is 205 - color contains mainly: green. Hex color #BDCD5A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDCD5A is #4232A5. Grayscale: #BBBBBB. Windows color (decimal): -4338342 or 5950909. OLE color: 5950909.

HSL color Cylindrical-coordinate representation of color #BDCD5A: hue angle of 68.35º degrees, saturation: 0.53, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #BDCD5A is Cyan = 0.08, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.20.

Color convert

RGB18920590-
CMYK0.0800.560.20
HSL68.35º53.49%57.84%-
HSV(B)68.35º56.1%80.39%-
XYZ44.6655.2217.98-
YUV187.1173.2129.35-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 39.05%
GREEN value IS 205 (80.47% from 255) = 42.36%
BLUE value IS 90 (35.55% from 255) = 18.60%
R=39.05%
G=42.36%
B=18.60%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal189205900.0800.560.2068.3553.4957.84
HexBDCD5A80381444353a
Octal27531513210070241046572
Binary1011110111001101101101010000111000101001000100110101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDCD5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDCD5A; }

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

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

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

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

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

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

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

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