#BCCF71

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

Shades of Wild Willow #BCCF71

Tints of Wild Willow #BCCF71

Color information

#BCCF71 (or 0xBCCF71) is unknown color: approx Wild Willow. HEX triplet: BC, CF and 71. RGB value is (188,207,113). Sum of RGB (Red+Green+Blue) = 188+207+113=508 (67% of max value = 765). Red value is 188 (73.83% from 255 or 37.01% from 508); Green value is 207 (81.25% from 255 or 40.75% from 508); Blue value is 113 (44.53% from 255 or 22.24% from 508); Max value from RGB is 207 - color contains mainly: green. Hex color #BCCF71 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCCF71 is #43308E. Grayscale: #BEBEBE. Windows color (decimal): -4403343 or 7458748. OLE color: 7458748.

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

Color convert

RGB188207113-
CMYK0.0900.450.19
HSL72.13º49.47%62.75%-
HSV(B)72.13º45.41%81.18%-
XYZ46.0356.5124.1-
YUV190.684.21126.14-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 37.01%
GREEN value IS 207 (81.25% from 255) = 40.75%
BLUE value IS 113 (44.53% from 255) = 22.24%
R=37.01%
G=40.75%
B=22.24%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1882071130.0900.450.1972.1349.4762.75
HexBCCF71902D1348313f
Octal27431716111055231106177
Binary1011110011001111111000110010101101100111001000110001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCCF71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCCF71; }

 p { color: rgb(188,207,113); }

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

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

 a { background-color: rgb(188,207,113); }

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

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

 span { border-color: rgb(188,207,113); }

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