#BDC760

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

Shades of Wild Willow #BDC760

Tints of Wild Willow #BDC760

Color information

#BDC760 (or 0xBDC760) is unknown color: approx Wild Willow. HEX triplet: BD, C7 and 60. RGB value is (189,199,96). Sum of RGB (Red+Green+Blue) = 189+199+96=484 (64% of max value = 765). Red value is 189 (74.22% from 255 or 39.05% from 484); Green value is 199 (78.12% from 255 or 41.12% from 484); Blue value is 96 (37.89% from 255 or 19.83% from 484); Max value from RGB is 199 - color contains mainly: green. Hex color #BDC760 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDC760 is #42389F. Grayscale: #B8B8B8. Windows color (decimal): -4339872 or 6342589. OLE color: 6342589.

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

Color convert

RGB18919996-
CMYK0.0500.520.22
HSL65.83º47.91%57.84%-
HSV(B)65.83º51.76%78.04%-
XYZ43.5252.5118.91-
YUV184.2778.19131.38-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 39.05%
GREEN value IS 199 (78.12% from 255) = 41.12%
BLUE value IS 96 (37.89% from 255) = 19.83%
R=39.05%
G=41.12%
B=19.83%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal189199960.0500.520.2265.8347.9157.84
HexBDC76050341642303a
Octal2753071405064261026072
Binary101111011100011111000001010110100101101000010110000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDC760

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDC760; }

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

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

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

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

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

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

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

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