#BECC6E

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

Shades of Wild Willow #BECC6E

Tints of Wild Willow #BECC6E

Color information

#BECC6E (or 0xBECC6E) is unknown color: approx Wild Willow. HEX triplet: BE, CC and 6E. RGB value is (190,204,110). Sum of RGB (Red+Green+Blue) = 190+204+110=504 (66% of max value = 765). Red value is 190 (74.61% from 255 or 37.70% from 504); Green value is 204 (80.08% from 255 or 40.48% from 504); Blue value is 110 (43.36% from 255 or 21.83% from 504); Max value from RGB is 204 - color contains mainly: green. Hex color #BECC6E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BECC6E is #413391. Grayscale: #BDBDBD. Windows color (decimal): -4273042 or 7261374. OLE color: 7261374.

HSL color Cylindrical-coordinate representation of color #BECC6E: hue angle of 68.94º degrees, saturation: 0.48, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #BECC6E is Cyan = 0.07, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.2.

Color convert

RGB190204110-
CMYK0.0700.460.2
HSL68.94º47.96%61.57%-
HSV(B)68.94º46.08%80%-
XYZ45.6455.2623.01-
YUV189.183.36128.64-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 37.70%
GREEN value IS 204 (80.08% from 255) = 40.48%
BLUE value IS 110 (43.36% from 255) = 21.83%
R=37.70%
G=40.48%
B=21.83%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1902041100.0700.460.268.9447.9661.57
HexBECC6E702E1445303e
Octal2763141567056241056076
Binary101111101100110011011101110101110101001000101110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BECC6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BECC6E; }

 p { color: rgb(190,204,110); }

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

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

 a { background-color: rgb(190,204,110); }

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

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

 span { border-color: rgb(190,204,110); }

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