#BCD765

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

Shades of Wild Willow #BCD765

Tints of Wild Willow #BCD765

Color information

#BCD765 (or 0xBCD765) is unknown color: approx Wild Willow. HEX triplet: BC, D7 and 65. RGB value is (188,215,101). Sum of RGB (Red+Green+Blue) = 188+215+101=504 (66% of max value = 765). Red value is 188 (73.83% from 255 or 37.30% from 504); Green value is 215 (84.38% from 255 or 42.66% from 504); Blue value is 101 (39.84% from 255 or 20.04% from 504); Max value from RGB is 215 - color contains mainly: green. Hex color #BCD765 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCD765 is #43289A. Grayscale: #C2C2C2. Windows color (decimal): -4401307 or 6674364. OLE color: 6674364.

HSL color Cylindrical-coordinate representation of color #BCD765: hue angle of 74.21º degrees, saturation: 0.59, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #BCD765 is Cyan = 0.13, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.16.

Color convert

RGB188215101-
CMYK0.1300.530.16
HSL74.21º58.76%61.96%-
HSV(B)74.21º53.02%84.31%-
XYZ47.3960.2321.44-
YUV193.9375.55123.77-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 37.30%
GREEN value IS 215 (84.38% from 255) = 42.66%
BLUE value IS 101 (39.84% from 255) = 20.04%
R=37.30%
G=42.66%
B=20.04%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1882151010.1300.530.1674.2158.7661.96
HexBCD765D035104a3b3e
Octal27432714515065201127376
Binary1011110011010111110010111010110101100001001010111011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCD765

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCD765; }

 p { color: rgb(188,215,101); }

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

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

 a { background-color: rgb(188,215,101); }

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

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

 span { border-color: rgb(188,215,101); }

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