#BDC360

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

Shades of Wild Willow #BDC360

Tints of Wild Willow #BDC360

Color information

#BDC360 (or 0xBDC360) is unknown color: approx Wild Willow. HEX triplet: BD, C3 and 60. RGB value is (189,195,96). Sum of RGB (Red+Green+Blue) = 189+195+96=480 (63% of max value = 765). Red value is 189 (74.22% from 255 or 39.38% from 480); Green value is 195 (76.56% from 255 or 40.62% from 480); Blue value is 96 (37.89% from 255 or 20% from 480); Max value from RGB is 195 - color contains mainly: green. Hex color #BDC360 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDC360 is #423C9F. Grayscale: #B6B6B6. Windows color (decimal): -4340896 or 6341565. OLE color: 6341565.

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

Color convert

RGB18919596-
CMYK0.0300.510.24
HSL63.64º45.21%57.06%-
HSV(B)63.64º50.77%76.47%-
XYZ42.6150.6918.61-
YUV181.9279.51133.05-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 39.38%
GREEN value IS 195 (76.56% from 255) = 40.62%
BLUE value IS 96 (37.89% from 255) = 20%
R=39.38%
G=40.62%
B=20%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal189195960.0300.510.2463.6445.2157.06
HexBDC360303318402d39
Octal2753031403063301005571
Binary10111101110000111100000110110011110001000000101101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDC360

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDC360; }

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

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

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

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

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

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

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

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