#BCD962

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

Shades of Wild Willow #BCD962

Tints of Wild Willow #BCD962

Color information

#BCD962 (or 0xBCD962) is unknown color: approx Wild Willow. HEX triplet: BC, D9 and 62. RGB value is (188,217,98). Sum of RGB (Red+Green+Blue) = 188+217+98=503 (66% of max value = 765). Red value is 188 (73.83% from 255 or 37.38% from 503); Green value is 217 (85.16% from 255 or 43.14% from 503); Blue value is 98 (38.67% from 255 or 19.48% from 503); Max value from RGB is 217 - color contains mainly: green. Hex color #BCD962 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCD962 is #43269D. Grayscale: #C3C3C3. Windows color (decimal): -4400798 or 6478268. OLE color: 6478268.

HSL color Cylindrical-coordinate representation of color #BCD962: hue angle of 74.62º degrees, saturation: 0.61, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #BCD962 is Cyan = 0.13, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.15.

Color convert

RGB18821798-
CMYK0.1300.550.15
HSL74.62º61.03%61.76%-
HSV(B)74.62º54.84%85.1%-
XYZ47.7661.220.85-
YUV194.7673.39123.18-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 37.38%
GREEN value IS 217 (85.16% from 255) = 43.14%
BLUE value IS 98 (38.67% from 255) = 19.48%
R=37.38%
G=43.14%
B=19.48%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal188217980.1300.550.1574.6261.0361.76
HexBCD962D037F4b3d3e
Octal27433114215067171137576
Binary101111001101100111000101101011011111111001011111101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCD962

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCD962; }

 p { color: rgb(188,217,98); }

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

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

 a { background-color: rgb(188,217,98); }

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

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

 span { border-color: rgb(188,217,98); }

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