#BDC757

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

Shades of Wild Willow #BDC757

Tints of Wild Willow #BDC757

Color information

#BDC757 (or 0xBDC757) is unknown color: approx Wild Willow. HEX triplet: BD, C7 and 57. RGB value is (189,199,87). Sum of RGB (Red+Green+Blue) = 189+199+87=475 (62% of max value = 765). Red value is 189 (74.22% from 255 or 39.79% from 475); Green value is 199 (78.12% from 255 or 41.89% from 475); Blue value is 87 (34.38% from 255 or 18.32% from 475); Max value from RGB is 199 - color contains mainly: green. Hex color #BDC757 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDC757 is #4238A8. Grayscale: #B7B7B7. Windows color (decimal): -4339881 or 5752765. OLE color: 5752765.

HSL color Cylindrical-coordinate representation of color #BDC757: hue angle of 65.36º degrees, saturation: 0.5, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #BDC757 is Cyan = 0.05, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.22.

Color convert

RGB18919987-
CMYK0.0500.560.22
HSL65.36º50%56.08%-
HSV(B)65.36º56.28%78.04%-
XYZ43.1352.3516.85-
YUV183.2473.69132.11-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 39.79%
GREEN value IS 199 (78.12% from 255) = 41.89%
BLUE value IS 87 (34.38% from 255) = 18.32%
R=39.79%
G=41.89%
B=18.32%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal189199870.0500.560.2265.365056.08
HexBDC757503816413238
Octal2753071275070261016270
Binary101111011100011110101111010111000101101000001110010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDC757

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDC757; }

 p { color: rgb(189,199,87); }

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

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

 a { background-color: rgb(189,199,87); }

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

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

 span { border-color: rgb(189,199,87); }

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