#BCCF6C

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

Shades of Wild Willow #BCCF6C

Tints of Wild Willow #BCCF6C

Color information

#BCCF6C (or 0xBCCF6C) is unknown color: approx Wild Willow. HEX triplet: BC, CF and 6C. RGB value is (188,207,108). Sum of RGB (Red+Green+Blue) = 188+207+108=503 (66% of max value = 765). Red value is 188 (73.83% from 255 or 37.38% from 503); Green value is 207 (81.25% from 255 or 41.15% from 503); Blue value is 108 (42.58% from 255 or 21.47% from 503); Max value from RGB is 207 - color contains mainly: green. Hex color #BCCF6C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCCF6C is #433093. Grayscale: #BEBEBE. Windows color (decimal): -4403348 or 7131068. OLE color: 7131068.

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

Color convert

RGB188207108-
CMYK0.0900.480.19
HSL71.52º50.77%61.76%-
HSV(B)71.52º47.83%81.18%-
XYZ45.7656.422.66-
YUV190.0381.71126.55-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 37.38%
GREEN value IS 207 (81.25% from 255) = 41.15%
BLUE value IS 108 (42.58% from 255) = 21.47%
R=37.38%
G=41.15%
B=21.47%

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
Decimal1882071080.0900.480.1971.5250.7761.76
HexBCCF6C90301348333e
Octal27431715411060231106376
Binary1011110011001111110110010010110000100111001000110011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCCF6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCCF6C; }

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

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

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

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

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

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

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

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