#bdcf63

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

Shades of Wild Willow #BDCF63

Tints of Wild Willow #BDCF63

Color information

#BDCF63 (or 0xBDCF63) is unknown color: approx Wild Willow. HEX triplet: BD, CF and 63. RGB value is (189,207,99). Sum of RGB (Red+Green+Blue) = 189+207+99=495 (65% of max value = 765). Red value is 189 (74.22% from 255 or 38.18% from 495); Green value is 207 (81.25% from 255 or 41.82% from 495); Blue value is 99 (39.06% from 255 or 20% from 495); Max value from RGB is 207 - color contains mainly: green. Hex color #BDCF63 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDCF63 is #42309C. Grayscale: #BDBDBD. Windows color (decimal): -4337821 or 6541245. OLE color: 6541245.

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

Color convert

RGB18920799-
CMYK0.0900.520.19
HSL70º52.94%60%-
HSV(B)70º52.17%81.18%-
XYZ45.5556.3520.28-
YUV189.3177.04127.78-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 38.18%
GREEN value IS 207 (81.25% from 255) = 41.82%
BLUE value IS 99 (39.06% from 255) = 20%
R=38.18%
G=41.82%
B=20%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal189207990.0900.520.197052.9460
HexBDCF6390341346353c
Octal27531714311064231066574
Binary1011110111001111110001110010110100100111000110110101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bdcf63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bdcf63; }

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

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

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

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

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

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

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

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