#BCD26B

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

Shades of Wild Willow #BCD26B

Tints of Wild Willow #BCD26B

Color information

#BCD26B (or 0xBCD26B) is unknown color: approx Wild Willow. HEX triplet: BC, D2 and 6B. RGB value is (188,210,107). Sum of RGB (Red+Green+Blue) = 188+210+107=505 (66% of max value = 765). Red value is 188 (73.83% from 255 or 37.23% from 505); Green value is 210 (82.42% from 255 or 41.58% from 505); Blue value is 107 (42.19% from 255 or 21.19% from 505); Max value from RGB is 210 - color contains mainly: green. Hex color #BCD26B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCD26B is #432D94. Grayscale: #C0C0C0. Windows color (decimal): -4402581 or 7066300. OLE color: 7066300.

HSL color Cylindrical-coordinate representation of color #BCD26B: hue angle of 72.82º degrees, saturation: 0.53, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #BCD26B is Cyan = 0.10, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.18.

Color convert

RGB188210107-
CMYK0.1000.490.18
HSL72.82º53.37%62.16%-
HSV(B)72.82º49.05%82.35%-
XYZ46.4457.8522.63-
YUV191.6880.21125.38-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 37.23%
GREEN value IS 210 (82.42% from 255) = 41.58%
BLUE value IS 107 (42.19% from 255) = 21.19%
R=37.23%
G=41.58%
B=21.19%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1882101070.1000.490.1872.8253.3762.16
HexBCD26BA0311249353e
Octal27432215312061221116576
Binary1011110011010010110101110100110001100101001001110101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCD26B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCD26B; }

 p { color: rgb(188,210,107); }

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

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

 a { background-color: rgb(188,210,107); }

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

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

 span { border-color: rgb(188,210,107); }

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