#BDCF60

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

Shades of Wild Willow #BDCF60

Tints of Wild Willow #BDCF60

Color information

#BDCF60 (or 0xBDCF60) is unknown color: approx Wild Willow. HEX triplet: BD, CF and 60. RGB value is (189,207,96). Sum of RGB (Red+Green+Blue) = 189+207+96=492 (65% of max value = 765). Red value is 189 (74.22% from 255 or 38.41% from 492); Green value is 207 (81.25% from 255 or 42.07% from 492); Blue value is 96 (37.89% from 255 or 19.51% from 492); Max value from RGB is 207 - color contains mainly: green. Hex color #BDCF60 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDCF60 is #42309F. Grayscale: #BDBDBD. Windows color (decimal): -4337824 or 6344637. OLE color: 6344637.

HSL color Cylindrical-coordinate representation of color #BDCF60: hue angle of 69.73º degrees, saturation: 0.54, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #BDCF60 is Cyan = 0.09, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.19.

Color convert

RGB18920796-
CMYK0.0900.540.19
HSL69.73º53.62%59.41%-
HSV(B)69.73º53.62%81.18%-
XYZ45.4156.2919.54-
YUV188.9675.54128.03-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 38.41%
GREEN value IS 207 (81.25% from 255) = 42.07%
BLUE value IS 96 (37.89% from 255) = 19.51%
R=38.41%
G=42.07%
B=19.51%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal189207960.0900.540.1969.7353.6259.41
HexBDCF6090361346363b
Octal27531714011066231066673
Binary1011110111001111110000010010110110100111000110110110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDCF60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDCF60; }

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

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

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

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

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

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

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

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