#BDCF6C

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

Shades of Wild Willow #BDCF6C

Tints of Wild Willow #BDCF6C

Color information

#BDCF6C (or 0xBDCF6C) is unknown color: approx Wild Willow. HEX triplet: BD, CF and 6C. RGB value is (189,207,108). Sum of RGB (Red+Green+Blue) = 189+207+108=504 (66% of max value = 765). Red value is 189 (74.22% from 255 or 37.5% from 504); Green value is 207 (81.25% from 255 or 41.07% from 504); Blue value is 108 (42.58% from 255 or 21.43% from 504); Max value from RGB is 207 - color contains mainly: green. Hex color #BDCF6C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDCF6C is #423093. Grayscale: #BEBEBE. Windows color (decimal): -4337812 or 7131069. OLE color: 7131069.

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

Color convert

RGB189207108-
CMYK0.0900.480.19
HSL70.91º50.77%61.76%-
HSV(B)70.91º47.83%81.18%-
XYZ46.0156.5322.67-
YUV190.3381.54127.05-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 37.5%
GREEN value IS 207 (81.25% from 255) = 41.07%
BLUE value IS 108 (42.58% from 255) = 21.43%
R=37.5%
G=41.07%
B=21.43%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1892071080.0900.480.1970.9150.7761.76
HexBDCF6C90301347333e
Octal27531715411060231076376
Binary1011110111001111110110010010110000100111000111110011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDCF6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDCF6C; }

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

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

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

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

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

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

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

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