#BCC266

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

Shades of Wild Willow #BCC266

Tints of Wild Willow #BCC266

Color information

#BCC266 (or 0xBCC266) is unknown color: approx Wild Willow. HEX triplet: BC, C2 and 66. RGB value is (188,194,102). Sum of RGB (Red+Green+Blue) = 188+194+102=484 (64% of max value = 765). Red value is 188 (73.83% from 255 or 38.84% from 484); Green value is 194 (76.17% from 255 or 40.08% from 484); Blue value is 102 (40.23% from 255 or 21.07% from 484); Max value from RGB is 194 - color contains mainly: green. Hex color #BCC266 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCC266 is #433D99. Grayscale: #B6B6B6. Windows color (decimal): -4406682 or 6734524. OLE color: 6734524.

HSL color Cylindrical-coordinate representation of color #BCC266: hue angle of 63.91º degrees, saturation: 0.43, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #BCC266 is Cyan = 0.03, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.24.

Color convert

RGB188194102-
CMYK0.0300.470.24
HSL63.91º42.99%58.04%-
HSV(B)63.91º47.42%76.08%-
XYZ42.4350.2320.03-
YUV181.7283.01132.48-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 38.84%
GREEN value IS 194 (76.17% from 255) = 40.08%
BLUE value IS 102 (40.23% from 255) = 21.07%
R=38.84%
G=40.08%
B=21.07%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1881941020.0300.470.2463.9142.9958.04
HexBCC266302F18402b3a
Octal2743021463057301005372
Binary10111100110000101100110110101111110001000000101011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCC266

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCC266; }

 p { color: rgb(188,194,102); }

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

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

 a { background-color: rgb(188,194,102); }

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

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

 span { border-color: rgb(188,194,102); }

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