#BECE5E

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

Shades of Wild Willow #BECE5E

Tints of Wild Willow #BECE5E

Color information

#BECE5E (or 0xBECE5E) is unknown color: approx Wild Willow. HEX triplet: BE, CE and 5E. RGB value is (190,206,94). Sum of RGB (Red+Green+Blue) = 190+206+94=490 (64% of max value = 765). Red value is 190 (74.61% from 255 or 38.78% from 490); Green value is 206 (80.86% from 255 or 42.04% from 490); Blue value is 94 (37.11% from 255 or 19.18% from 490); Max value from RGB is 206 - color contains mainly: green. Hex color #BECE5E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BECE5E is #4131A1. Grayscale: #BCBCBC. Windows color (decimal): -4272546 or 6213310. OLE color: 6213310.

HSL color Cylindrical-coordinate representation of color #BECE5E: hue angle of 68.57º degrees, saturation: 0.53, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #BECE5E is Cyan = 0.08, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.19.

Color convert

RGB19020694-
CMYK0.0800.540.19
HSL68.57º53.33%58.82%-
HSV(B)68.57º54.37%80.78%-
XYZ45.3355.918.99-
YUV188.4574.7129.11-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 38.78%
GREEN value IS 206 (80.86% from 255) = 42.04%
BLUE value IS 94 (37.11% from 255) = 19.18%
R=38.78%
G=42.04%
B=19.18%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal190206940.0800.540.1968.5753.3358.82
HexBECE5E80361345353b
Octal27631613610066231056573
Binary1011111011001110101111010000110110100111000101110101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BECE5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BECE5E; }

 p { color: rgb(190,206,94); }

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

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

 a { background-color: rgb(190,206,94); }

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

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

 span { border-color: rgb(190,206,94); }

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