#BDC359

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

Shades of Wild Willow #BDC359

Tints of Wild Willow #BDC359

Color information

#BDC359 (or 0xBDC359) is unknown color: approx Wild Willow. HEX triplet: BD, C3 and 59. RGB value is (189,195,89). Sum of RGB (Red+Green+Blue) = 189+195+89=473 (62% of max value = 765). Red value is 189 (74.22% from 255 or 39.96% from 473); Green value is 195 (76.56% from 255 or 41.23% from 473); Blue value is 89 (35.16% from 255 or 18.82% from 473); Max value from RGB is 195 - color contains mainly: green. Hex color #BDC359 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDC359 is #423CA6. Grayscale: #B5B5B5. Windows color (decimal): -4340903 or 5882813. OLE color: 5882813.

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

Color convert

RGB18919589-
CMYK0.0300.540.24
HSL63.4º46.9%55.69%-
HSV(B)63.4º54.36%76.47%-
XYZ42.350.5716.98-
YUV181.1276.01133.62-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 39.96%
GREEN value IS 195 (76.56% from 255) = 41.23%
BLUE value IS 89 (35.16% from 255) = 18.82%
R=39.96%
G=41.23%
B=18.82%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal189195890.0300.540.2463.446.955.69
HexBDC3593036183f2f38
Octal275303131306630775770
Binary1011110111000011101100111011011011000111111101111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDC359

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDC359; }

 p { color: rgb(189,195,89); }

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

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

 a { background-color: rgb(189,195,89); }

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

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

 span { border-color: rgb(189,195,89); }

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