#BEC955

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

Shades of Wild Willow #BEC955

Tints of Wild Willow #BEC955

Color information

#BEC955 (or 0xBEC955) is unknown color: approx Wild Willow. HEX triplet: BE, C9 and 55. RGB value is (190,201,85). Sum of RGB (Red+Green+Blue) = 190+201+85=476 (63% of max value = 765). Red value is 190 (74.61% from 255 or 39.92% from 476); Green value is 201 (78.91% from 255 or 42.23% from 476); Blue value is 85 (33.59% from 255 or 17.86% from 476); Max value from RGB is 201 - color contains mainly: green. Hex color #BEC955 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEC955 is #4136AA. Grayscale: #B8B8B8. Windows color (decimal): -4273835 or 5622206. OLE color: 5622206.

HSL color Cylindrical-coordinate representation of color #BEC955: hue angle of 65.69º degrees, saturation: 0.52, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #BEC955 is Cyan = 0.05, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.21.

Color convert

RGB19020185-
CMYK0.0500.580.21
HSL65.69º51.79%56.08%-
HSV(B)65.69º57.71%78.82%-
XYZ43.7653.3816.59-
YUV184.4971.86131.93-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 39.92%
GREEN value IS 201 (78.91% from 255) = 42.23%
BLUE value IS 85 (33.59% from 255) = 17.86%
R=39.92%
G=42.23%
B=17.86%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal190201850.0500.580.2165.6951.7956.08
HexBEC955503A15423438
Octal2763111255072251026470
Binary101111101100100110101011010111010101011000010110100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEC955

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEC955; }

 p { color: rgb(190,201,85); }

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

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

 a { background-color: rgb(190,201,85); }

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

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

 span { border-color: rgb(190,201,85); }

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