#BDCF64

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

Shades of Wild Willow #BDCF64

Tints of Wild Willow #BDCF64

Color information

#BDCF64 (or 0xBDCF64) is unknown color: approx Wild Willow. HEX triplet: BD, CF and 64. RGB value is (189,207,100). Sum of RGB (Red+Green+Blue) = 189+207+100=496 (65% of max value = 765). Red value is 189 (74.22% from 255 or 38.10% from 496); Green value is 207 (81.25% from 255 or 41.73% from 496); Blue value is 100 (39.45% from 255 or 20.16% from 496); Max value from RGB is 207 - color contains mainly: green. Hex color #BDCF64 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDCF64 is #42309B. Grayscale: #BDBDBD. Windows color (decimal): -4337820 or 6606781. OLE color: 6606781.

HSL color Cylindrical-coordinate representation of color #BDCF64: hue angle of 70.09º 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 #BDCF64 is Cyan = 0.09, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.19.

Color convert

RGB189207100-
CMYK0.0900.520.19
HSL70.09º52.71%60.2%-
HSV(B)70.09º51.69%81.18%-
XYZ45.656.3620.53-
YUV189.4277.54127.7-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 38.10%
GREEN value IS 207 (81.25% from 255) = 41.73%
BLUE value IS 100 (39.45% from 255) = 20.16%
R=38.10%
G=41.73%
B=20.16%

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
Decimal1892071000.0900.520.1970.0952.7160.2
HexBDCF6490341346353c
Octal27531714411064231066574
Binary1011110111001111110010010010110100100111000110110101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDCF64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDCF64; }

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

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

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

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

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

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

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

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